From: Mark Brown Date: Wed, 20 Jun 2012 13:16:57 +0000 (+0100) Subject: ASoC: wm2200: Add missing BCLK rate X-Git-Tag: v3.5-rc7~2^2~3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dfa4541e48ac4cc5f017285432c89923ad0f58;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ASoC: wm2200: Add missing BCLK rate Without this very high BCLKs will be configured incorrectly. Reported-by: Axel Lin Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index acbdc5f..32682c1 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c @@ -1491,6 +1491,7 @@ static int wm2200_bclk_rates_dat[WM2200_NUM_BCLK_RATES] = { static int wm2200_bclk_rates_cd[WM2200_NUM_BCLK_RATES] = { 5644800, + 3763200, 2882400, 1881600, 1411200,