[alsa-devel] [PATCH v2 3/5] ASoC: ad193x: fix system clock
Scott Jiang
scott.jiang.linux at gmail.com
Sat Aug 13 00:04:12 CEST 2011
system clock is 24.576MHz instead of 12.288MHz
Signed-off-by: Scott Jiang <scott.jiang.linux at gmail.com>
---
sound/soc/blackfin/bf5xx-ad193x.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/blackfin/bf5xx-ad193x.c b/sound/soc/blackfin/bf5xx-ad193x.c
index d6651c0..a118a0f 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;
}
--
1.7.0.4
More information about the Alsa-devel
mailing list