This is a note to let you know that I've just added the patch titled
ASoC: wm2200: Add missing BCLK rate
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-add-missing-bclk-rate.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 b0dfa4541e48ac4cc5f017285432c89923ad0f58 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Wed, 20 Jun 2012 14:16:57 +0100
Subject: ASoC: wm2200: Add missing BCLK rate
From: Mark Brown <[email protected]>
commit b0dfa4541e48ac4cc5f017285432c89923ad0f58 upstream.
Without this very high BCLKs will be configured incorrectly.
Reported-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm2200.c | 1 +
1 file changed, 1 insertion(+)
--- a/sound/soc/codecs/wm2200.c
+++ b/sound/soc/codecs/wm2200.c
@@ -1491,6 +1491,7 @@ static int wm2200_bclk_rates_dat[WM2200_
static int wm2200_bclk_rates_cd[WM2200_NUM_BCLK_RATES] = {
5644800,
+ 3763200,
2882400,
1881600,
1411200,
Patches currently in stable-queue which might be from
[email protected] are
queue-3.4/asoc-tlv320aic3x-fix-codec-pll-configure-bug.patch
queue-3.4/asoc-wm2200-add-missing-bclk-rate.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