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:30:28 +0530 Message-ID: <1318942828.13721.39.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe001.messaging.microsoft.com [216.32.181.181]) by alsa0.perex.cz (Postfix) with ESMTP id D7F642454E for ; Tue, 18 Oct 2011 14:49:32 +0200 (CEST) In-Reply-To: <20111018123124.GC28501@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 > > > I don't see any conflict in the above? > > > If I add these two, alsamixer and amixer shows only one of them (one > > which is added first). Is that fine? > > 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. BTW does amixer version have any significance here? I know my alsa-utils are quite old (1.0.14)