This is a note to let you know that I've just added the patch titled
ASoC: wm9712: Fix name of Capture Switch
to the 3.6-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
asoc-wm9712-fix-name-of-capture-switch.patch
and it can be found in the queue-3.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 689185b78ba6fbe0042f662a468b5565909dff7a Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Tue, 31 Jul 2012 18:37:29 +0100
Subject: ASoC: wm9712: Fix name of Capture Switch
From: Mark Brown <[email protected]>
commit 689185b78ba6fbe0042f662a468b5565909dff7a upstream.
Help UIs associate it with the matching gain control.
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm9712.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/wm9712.c
+++ b/sound/soc/codecs/wm9712.c
@@ -146,7 +146,7 @@ SOC_SINGLE("Playback Attenuate (-6dB) Sw
SOC_SINGLE("Bass Volume", AC97_MASTER_TONE, 8, 15, 1),
SOC_SINGLE("Treble Volume", AC97_MASTER_TONE, 0, 15, 1),
-SOC_SINGLE("Capture ADC Switch", AC97_REC_GAIN, 15, 1, 1),
+SOC_SINGLE("Capture Switch", AC97_REC_GAIN, 15, 1, 1),
SOC_ENUM("Capture Volume Steps", wm9712_enum[6]),
SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 0),
SOC_SINGLE("Capture ZC Switch", AC97_REC_GAIN, 7, 1, 0),
Patches currently in stable-queue which might be from
[email protected] are
queue-3.6/mfd-max8925-move-_io-resources-out-of-ioport_ioresource.patch
queue-3.6/asoc-wm_hubs-ensure-volume-updates-are-handled-during-class-w-startup.patch
queue-3.6/mfd-88pm860x-move-_io-resources-out-of-ioport_ioresource.patch
queue-3.6/asoc-wm5110-adding-missing-volume-update-bits.patch
queue-3.6/asoc-wm9712-fix-name-of-capture-switch.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html