summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorScott Jiang <scott.jiang.linux@gmail.com>2011-08-13 00:04:12 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-15 15:38:05 +0200
commit25ea524bed0202f823a0adcbbda68e86a22e3670 (patch)
treea89d791e3ac2ba519b42bf444096c8c1fd494a45 /sound
parentASoC: ad193x: fix dac word len setting (diff)
downloadlinux-25ea524bed0202f823a0adcbbda68e86a22e3670.tar.xz
linux-25ea524bed0202f823a0adcbbda68e86a22e3670.zip
ASoC: ad193x: fix system clock
system clock is 24.576MHz instead of 12.288MHz Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/blackfin/bf5xx-ad193x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad193x.c b/sound/soc/blackfin/bf5xx-ad193x.c
index d6651c033cb7..a118a0fb9d81 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;
}