From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2] ASoC: omap: convert per-board modules to platform drivers Date: Thu, 08 Sep 2011 22:28:50 +0200 Message-ID: <3110288.bQbb0H2ME1@wuerfel> References: <1315503297-8365-1-git-send-email-mans.rullgard@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by alsa0.perex.cz (Postfix) with ESMTP id 9A12724D55 for ; Thu, 8 Sep 2011 22:29:16 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: linaro-dev@lists.linaro.org Cc: alsa-devel@alsa-project.org, Mark Brown , Russell King , Liam Girdwood , Tony Lindgren , Jassi Brar , linux-kernel@vger.kernel.org, Takashi Iwai , linux-omap@vger.kernel.org, Mans Rullgard , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org On Thursday 08 September 2011 20:05:48 Mans Rullgard wrote: > > > > Can't we do by having omap_init_audio() in arch/arm/mach-omap2/devices.c > > generate a platform device of name depending upon machine_is_* ? > > I had the same thought, but I couldn't find a suitable string anywhere. > Are you suggesting an if(machine_is_foo()) cascade in omap_init_audio()? > > I'll be the first to agree this patch is not particularly pretty. My general feeling is that practically every time someone writes machine_is_*(), they are doing it wrong. There are of course exceptions, but I would strongly recommend to have the initialization calling up from the board file into more general functions instead of having all boards calling the same function which then goes to board specific code again. Arnd