From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2 1/1] ASoC: Add HP iPAQ H1940 support Date: Mon, 13 Sep 2010 10:05:43 +0100 Message-ID: <20100913090543.GG16606@rakim.wolfsonmicro.main> References: <1284288909-5961-1-git-send-email-anarsoul@gmail.com> <1284293927-15983-2-git-send-email-anarsoul@gmail.com> <201009122110.00148.anarsoul@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 622AA103825 for ; Mon, 13 Sep 2010 11:05:44 +0200 (CEST) Content-Disposition: inline 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: Jassi Brar Cc: Vasily Khoruzhick , alsa-devel , "Arnaud Patard (Rtp)" , Ben Dooks , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Mon, Sep 13, 2010 at 10:09:16AM +0900, Jassi Brar wrote: > Btw, sound/soc/soc-core.c is the real 'soc-audio' driver module not > the MACHINE driver. > Turns out, sound/soc/soc-core.c already has the > MODULE_ALIAS("platform:soc-audio"); > So it seems like an immediate conflict. Indeed - the MODULE_ALIAS() goes along with the device driver, not with the registration of the device.