From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/3] ASoC: add 88pm860x codec driver Date: Wed, 18 Aug 2010 16:24:34 +0100 Message-ID: <20100818152433.GA32499@opensource.wolfsonmicro.com> References: <20100818141914.GC15536@sirena.org.uk> <20100818144027.GB4588@rakim.wolfsonmicro.main> 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 975AF2453C for ; Wed, 18 Aug 2010 17:24:34 +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: Haojian Zhuang Cc: alsa-devel@alsa-project.org, linux-arm-kernel , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Aug 18, 2010 at 11:23:10PM +0800, Haojian Zhuang wrote: > In my system, there's only one physical jacks. It's four phased plug > (mic,left,right,gnd). So I needn't split them into two different > jacks. Right, but the CODEC driver (which will be used by all systems with this CODEC) should allow the user that option. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Wed, 18 Aug 2010 16:24:34 +0100 Subject: [alsa-devel] [PATCH 1/3] ASoC: add 88pm860x codec driver In-Reply-To: References: <20100818141914.GC15536@sirena.org.uk> <20100818144027.GB4588@rakim.wolfsonmicro.main> Message-ID: <20100818152433.GA32499@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 18, 2010 at 11:23:10PM +0800, Haojian Zhuang wrote: > In my system, there's only one physical jacks. It's four phased plug > (mic,left,right,gnd). So I needn't split them into two different > jacks. Right, but the CODEC driver (which will be used by all systems with this CODEC) should allow the user that option.