From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Molton Subject: Re: [Patch] WM9705 tweak Date: Mon, 19 Jan 2009 15:33:00 +0000 Message-ID: <49749D2C.3010003@mnementh.co.uk> References: <49747F0E.6080600@mnementh.co.uk> <20090119133656.GB22473@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mnementh.co.uk (mail.mnementh.co.uk [173.45.232.4]) by alsa0.perex.cz (Postfix) with ESMTP id 2549724336 for ; Mon, 19 Jan 2009 16:32:18 +0100 (CET) In-Reply-To: <20090119133656.GB22473@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: Takashi Iwai , ALSA development List-Id: alsa-devel@alsa-project.org Mark Brown wrote: > On Mon, Jan 19, 2009 at 01:24:30PM +0000, Ian Molton wrote: > >> From 47fa5f6a17ff9a7e546c7fae84b0a9c0b97bc74d Mon Sep 17 00:00:00 >> 2001 From: Ian Molton Date: Mon, 19 Jan 2009 >> 12:46:54 +0000 Subject: [PATCH] ASoC: codec: WM9705 Fix capture >> switch name > >> This patch fixes the acpture switch name so that it shows up in alsamixer. > > Are you absolutely sure that it doesn't get displayed at all? Note > that the default display for alsamixer only shows controls it thinks > are playback controls, you need to use tab to change the view to show > other controls. I cant find the switch. I can see the capture control under the capture tab, but its mute isnt there. >> - SOC_DOUBLE("PCM Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0), - >> SOC_SINGLE("PCM Capture Switch", AC97_REC_GAIN, 15, 1, 1), + >> SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0), + >> SOC_SINGLE("Capture ADC Switch", AC97_REC_GAIN, 15, 1, 1), > > I'd expect the two control names to still match up... I can only see the capture volume slider without this patch. the spot in alsa mixer under the slider where one would expect to find a mute just has <> in it. WM9712 seems to do similar too. -Ian