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 18:49:58 +0530 Message-ID: <1318943998.13721.42.camel@matrix> References: <1318670595.613.42.camel@matrix> <20111017214242.GD5200@opensource.wolfsonmicro.com> <1318938548.13721.23.camel@matrix> <20111018120841.GA28501@opensource.wolfsonmicro.com> <1318940943.13721.25.camel@matrix> <20111018123124.GC28501@opensource.wolfsonmicro.com> <1318942828.13721.39.camel@matrix> <20111018125519.GB18713@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from VA3EHSOBE009.bigfish.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) by alsa0.perex.cz (Postfix) with ESMTP id 215FF103861 for ; Tue, 18 Oct 2011 15:08:50 +0200 (CEST) In-Reply-To: <20111018125519.GB18713@sirena.org.uk> 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 , David@alsa-project.org, "kuninori.morimoto.gx" , linux-kernel , Chen , lrg List-Id: alsa-devel@alsa-project.org On Tue, 2011-10-18 at 13:55 +0100, Mark Brown wrote: > On Tue, Oct 18, 2011 at 06:30:28PM +0530, Ashish Chavan wrote: > > > > Eh? One is a Volume, the other is a Switch. Note that alsamixer does > > > render the two stacked on top of each other in the UI. > > > Yes, I guessed that earlier. Anyways I generally don't rely on alsamixer > > and use amixer whereever possible. In amixer also, it shows only one > > control, the one that I add first. If I change "Mic" to some thing else > > like "MicM" or "Mic Mute", then it shows both controls. > > Check again, amixer also merges controls. > Yes, you are right. > > BTW does amixer version have any significance here? I know my alsa-utils > > are quite old (1.0.14) > > That's spectacularly old, I guess it's possible it's buggy. > I see, thanks. I will update it to my earliest convenience. As of now, I will go forward in submitting the patches.