From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: [PATCH 1/3] ASoC: cs4270: fix Master Capture Switch polarity Date: Mon, 27 Apr 2009 11:37:44 +0200 Message-ID: <20090427093744.GB8196@buzzloop.caiaq.de> References: <1240578026-1987-1-git-send-email-daniel@caiaq.de> <49F1DE99.7050104@freescale.com> <20090426094917.GA4760@sirena.org.uk> <20090426113048.GA31947@buzzloop.caiaq.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from buzzloop.caiaq.de (buzzloop.caiaq.de [212.112.241.133]) by alsa0.perex.cz (Postfix) with ESMTP id CF755103803 for ; Mon, 27 Apr 2009 11:37:47 +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: Takashi Iwai Cc: alsa-devel@alsa-project.org, Mark Brown , Timur Tabi List-Id: alsa-devel@alsa-project.org On Sun, Apr 26, 2009 at 06:52:50PM +0200, Takashi Iwai wrote: > > > The "mute" is only for "* Playback Switch" mixer controls. In this case, > > > if you have "Master Playback Switch", it's handled as the mute switch > > > in the mixer interface. If you don't have such a control element, > > > there is no "mute" for "Master" mixer element. > > > > So but what about the polarity then? 'Master Playback Switch' == 'on' > > means _not_ muted, right? > > Right. The switch on = the sound comes out. Ok to take my patch then? Daniel