From: Scott Jiang Date: Fri, 12 Aug 2011 22:04:12 +0000 (-0400) Subject: ASoC: ad193x: fix system clock X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=25ea524bed0202f823a0adcbbda68e86a22e3670;p=~shefty%2Frdma-dev.git ASoC: ad193x: fix system clock system clock is 24.576MHz instead of 12.288MHz Signed-off-by: Scott Jiang Signed-off-by: Mark Brown --- diff --git a/sound/soc/blackfin/bf5xx-ad193x.c b/sound/soc/blackfin/bf5xx-ad193x.c index d6651c033cb..a118a0fb9d8 100644 --- a/sound/soc/blackfin/bf5xx-ad193x.c +++ b/sound/soc/blackfin/bf5xx-ad193x.c @@ -56,7 +56,7 @@ static int bf5xx_ad193x_hw_params(struct snd_pcm_substream *substream, switch (params_rate(params)) { case 48000: - clk = 12288000; + clk = 24576000; break; }