This is a note to let you know that I've just added the patch titled
ASoC: wm8994: Fix AIF2ADC power down
to the 3.3-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-wm8994-fix-aif2adc-power-down.patch
and it can be found in the queue-3.3 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From c7f5f2389377b66028bc129890aa653deafe8d39 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Tue, 15 May 2012 18:13:00 +0100
Subject: ASoC: wm8994: Fix AIF2ADC power down
From: Mark Brown <[email protected]>
commit c7f5f2389377b66028bc129890aa653deafe8d39 upstream.
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm8994.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -1073,7 +1073,7 @@ static int aif2clk_ev(struct snd_soc_dap
snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_5,
WM8994_AIF2DACL_ENA |
WM8994_AIF2DACR_ENA, 0);
- snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_5,
+ snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_4,
WM8994_AIF2ADCL_ENA |
WM8994_AIF2ADCR_ENA, 0);
Patches currently in stable-queue which might be from
[email protected] are
queue-3.3/asoc-wm8994-fix-aif2adc-power-down.patch
queue-3.3/asoc-cs42l73-sync-digital-mixer-kcontrols-to-allow-for-0db.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