From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/3] ASoC: CS4271 codec support Date: Wed, 8 Dec 2010 14:58:01 +0000 Message-ID: <20101208145801.GM16418@rakim.wolfsonmicro.main> References: <1291809772.31916.4.camel@r60e> <20101208130720.GB2716@pulham.picochip.com> <20101208133935.GI16418@rakim.wolfsonmicro.main> <20101208144757.GD2716@pulham.picochip.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 C9791103800 for ; Wed, 8 Dec 2010 15:58:03 +0100 (CET) Content-Disposition: inline In-Reply-To: <20101208144757.GD2716@pulham.picochip.com> 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: Jamie Iles Cc: alsa-devel@alsa-project.org, Alexander , ryan@bluewatersys.com, linux-arm-kernel@lists.infradead.org, lrg@slimlogic.co.uk List-Id: alsa-devel@alsa-project.org On Wed, Dec 08, 2010 at 02:47:57PM +0000, Jamie Iles wrote: > Ahh, thanks for the explanation, I completely misunderstood the way that the > codecs were selected by the arch's in sound/soc/* and assumed that they were > user selectable options. They're not user selectable as you have to write explicit code to glue the machine together - that per machine code just selects the CODEC drivers it needs. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Wed, 8 Dec 2010 14:58:01 +0000 Subject: [PATCH 2/3] ASoC: CS4271 codec support In-Reply-To: <20101208144757.GD2716@pulham.picochip.com> References: <1291809772.31916.4.camel@r60e> <20101208130720.GB2716@pulham.picochip.com> <20101208133935.GI16418@rakim.wolfsonmicro.main> <20101208144757.GD2716@pulham.picochip.com> Message-ID: <20101208145801.GM16418@rakim.wolfsonmicro.main> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 08, 2010 at 02:47:57PM +0000, Jamie Iles wrote: > Ahh, thanks for the explanation, I completely misunderstood the way that the > codecs were selected by the arch's in sound/soc/* and assumed that they were > user selectable options. They're not user selectable as you have to write explicit code to glue the machine together - that per machine code just selects the CODEC drivers it needs.