This is a note to let you know that I've just added the patch titled
ASoC: wm2200: Fix non-inverted OUT2 mute control
to the 3.4-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-wm2200-fix-non-inverted-out2-mute-control.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From a1b98e12b7f8fad2f0aa3c08a3302bcac7ae1ec7 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Tue, 2 Oct 2012 19:10:43 +0100
Subject: ASoC: wm2200: Fix non-inverted OUT2 mute control
From: Mark Brown <[email protected]>
commit a1b98e12b7f8fad2f0aa3c08a3302bcac7ae1ec7 upstream.
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm2200.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/wm2200.c
+++ b/sound/soc/codecs/wm2200.c
@@ -1028,7 +1028,7 @@ SOC_DOUBLE_R_TLV("OUT2 Digital Volume",
WM2200_DAC_DIGITAL_VOLUME_2R, WM2200_OUT2L_VOL_SHIFT, 0x9f, 0,
digital_tlv),
SOC_DOUBLE("OUT2 Switch", WM2200_PDM_1, WM2200_SPK1L_MUTE_SHIFT,
- WM2200_SPK1R_MUTE_SHIFT, 1, 0),
+ WM2200_SPK1R_MUTE_SHIFT, 1, 1),
};
WM2200_MIXER_ENUMS(OUT1L, WM2200_OUT1LMIX_INPUT_1_SOURCE);
Patches currently in stable-queue which might be from
[email protected] are
queue-3.4/asoc-omap-abe-twl6040-fix-typo-of-vibrator.patch
queue-3.4/asoc-fsi-don-t-reschedule-dma-from-an-atomic-context.patch
queue-3.4/asoc-wm2200-use-rev-a-register-patches-on-rev-b.patch
queue-3.4/asoc-wm2200-fix-non-inverted-out2-mute-control.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