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 ian@mnementh.co.uk 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