This is a note to let you know that I've just added the patch titled
ASoC: wm8994: Fix typo in VMID ramp setting
to the 3.2-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-typo-in-vmid-ramp-setting.patch
and it can be found in the queue-3.2 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From f647e1526fd6c7c8ab720781c40d11e11f930e93 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Tue, 7 Feb 2012 17:24:19 +0000
Subject: ASoC: wm8994: Fix typo in VMID ramp setting
From: Mark Brown <[email protected]>
commit f647e1526fd6c7c8ab720781c40d11e11f930e93 upstream.
The VMID ramp rate is supposed to be 0x3, not 11b. Fix that.
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
@@ -744,7 +744,7 @@ static void vmid_reference(struct snd_so
WM8994_VMID_RAMP_MASK,
WM8994_STARTUP_BIAS_ENA |
WM8994_VMID_BUF_ENA |
- (0x11 << WM8994_VMID_RAMP_SHIFT));
+ (0x3 << WM8994_VMID_RAMP_SHIFT));
/* Main bias enable, VMID=2x40k */
snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_1,
Patches currently in stable-queue which might be from
[email protected] are
queue-3.2/asoc-wm_hubs-fix-routing-of-input-pgas-to-line-output.patch
queue-3.2/asoc-wm_hubs-enable-line-out-vmid-buffer-for-single-ended-line-outputs.patch
queue-3.2/asoc-wm8962-fix-word-length-configuration.patch
queue-3.2/asoc-wm8994-fix-typo-in-vmid-ramp-setting.patch
queue-3.2/asoc-wm8994-enabling-vmid-should-take-a-runtime-pm-reference.patch
queue-3.2/asoc-wm_hubs-fix-wrong-bits-for-lineout2-n-p-mixer.patch
queue-3.2/asoc-wm_hubs-correct-line-input-to-line-output-2-paths.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