From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lu Guanqun Subject: Re: [PATCH 08/19] ASoC: upd9976: add DMIC support Date: Wed, 4 May 2011 23:20:29 +0800 Message-ID: <20110504152029.GE1671@qtel.sh.intel.com> References: <20110504133756.32443.6282.stgit@localhost> <20110504134534.32443.79243.stgit@localhost> <20110504150339.GC7366@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by alsa0.perex.cz (Postfix) with ESMTP id 8ED9610395D for ; Wed, 4 May 2011 17:21:33 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20110504150339.GC7366@opensource.wolfsonmicro.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: Dimitris Papastamos Cc: ALSA , Takashi Iwai , Mark Brown , "Wang, Xingchao" , "Koul, Vinod" , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, May 04, 2011 at 11:03:39PM +0800, Dimitris Papastamos wrote: > On Wed, May 04, 2011 at 09:45:34PM +0800, Lu Guanqun wrote: > > Signed-off-by: Lu Guanqun > > > + SND_SOC_DAPM_MIXER("PCM2 IN Mix", SND_SOC_NOPM, 0, 0, NULL, 0), > > + SND_SOC_DAPM_MIXER("PCM2 IN No Mix", SND_SOC_NOPM, 0, 0, NULL, 0), > > Mixer instead of Mix? > > > + /* Mux */ > > + SND_SOC_DAPM_MUX("PCM2 Left", SND_SOC_NOPM, 0, 0, > > + &upd9976_pcm2_left_mux_control), > > + SND_SOC_DAPM_MUX("PCM2 Right", SND_SOC_NOPM, 0, 0, > > + &upd9976_pcm2_right_mux_control), > > Append Mux. > > > /* PGA */ > > SND_SOC_DAPM_PGA("HP Playback Left", UPD9976_DRVPOWERCTRL, > > 2, 0, NULL, 0), > > SND_SOC_DAPM_PGA("HP Playback Right", UPD9976_DRVPOWERCTRL, > > 1, 0, NULL, 0), > > > > + SND_SOC_DAPM_PGA("AADC Left", SND_SOC_NOPM, 0, 0, NULL, 0), > > + SND_SOC_DAPM_PGA("AADC Right", SND_SOC_NOPM, 0, 0, NULL, 0), > > + > > + SND_SOC_DAPM_PGA("DMIC Gain", UPD9976_DMICCTRL1, 7, 0, NULL, 0), > > Append PGA. Seems I'm not clear on the naming :) Thanks for correction. I'll change these names. -- guanqun