From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ashish Chavan Subject: Re: [PATCH v4 3/7] ASoC: da7210: Add support for mute and zero cross controls Date: Tue, 18 Oct 2011 17:19:08 +0530 Message-ID: <1318938548.13721.23.camel@matrix> References: <1318670595.613.42.camel@matrix> <20111017214242.GD5200@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from AM1EHSOBE001.bigfish.com (am1ehsobe001.messaging.microsoft.com [213.199.154.204]) by alsa0.perex.cz (Postfix) with ESMTP id 5F799244F5 for ; Tue, 18 Oct 2011 13:37:55 +0200 (CEST) In-Reply-To: <20111017214242.GD5200@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: Mark Brown Cc: alsa-devel , "kuninori.morimoto.gx" , linux-kernel , David@alsa-project.org, Chen , lrg List-Id: alsa-devel@alsa-project.org On Mon, 2011-10-17 at 22:42 +0100, Mark Brown wrote: > On Sat, Oct 15, 2011 at 02:53:15PM +0530, Ashish Chavan wrote: > > > + SOC_SINGLE("ADC Left Capture Switch", DA7210_ADC, 2, 1, 0), > > + SOC_SINGLE("ADC Right Capture Switch", DA7210_ADC, 6, 1, 0), > > I'd really expect this to be a single stereo control. > Yes, I will update it to be a single stereo control. I would also like to get clarified on one potential naming conflict. As per your comments to first version of this patch, I renamed Mic and Aux2 mute controls as, SOC_DOUBLE_R("Mic Capture Switch", ...), SOC_SINGLE("Aux2 Capture Switch", ...), Now I have realized that this may cause a naming conflict with my "mic_aux_inpga" patch, which I am going to submit after DAPM issues get sorted. In "mic aux inpga" patch there are controls for Mic and Aux2 volume control, SOC_DOUBLE_R_TLV("Mic Capture Volume", ...), SOC_SINGLE_TLV("Aux2 Capture Volume", ...), As per my view, "Mic Capture Volume" is correct name for Mic volume control and we need to change name for Mic mute control. Do you agree? If yes, any suggestion for the name of Mic mute control? Thanks, -- Ashish (GNU FAN)