projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c93d8
)
ASoC: ad193x: fix system clock
author
Scott Jiang
<
[email protected]
>
Fri, 12 Aug 2011 22:04:12 +0000
(18:04 -0400)
committer
Mark Brown
<
[email protected]
>
Mon, 15 Aug 2011 13:38:05 +0000
(22:38 +0900)
system clock is 24.576MHz instead of 12.288MHz
Signed-off-by: Scott Jiang <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/blackfin/bf5xx-ad193x.c
patch
|
blob
|
history
diff --git
a/sound/soc/blackfin/bf5xx-ad193x.c
b/sound/soc/blackfin/bf5xx-ad193x.c
index d6651c033cb711a35c69dcde2320c213e50a5f5b..a118a0fb9d818ebd65dad18bfc0c3459d625d565 100644
(file)
--- 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 =
12288
000;
+ clk =
24576
000;
break;
}