projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
ASoC: cs4265: Fix clock rates in clock map table
author
Paul Handrigan
<Paul.Handrigan@cirrus.com>
Thu, 28 Aug 2014 15:54:09 +0000
(10:54 -0500)
committer
Mark Brown
<broonie@linaro.org>
Thu, 28 Aug 2014 18:01:01 +0000
(19:01 +0100)
Reported-by: Zoltán Szenczi <zoltan@raspberrypi.org>
Signed-off-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
sound/soc/codecs/cs4265.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs4265.c
b/sound/soc/codecs/cs4265.c
index
a20b30c
..
8811689
100644
(file)
--- a/
sound/soc/codecs/cs4265.c
+++ b/
sound/soc/codecs/cs4265.c
@@
-282,10
+282,10
@@
static const struct cs4265_clk_para clk_map_table[] = {
/*64k*/
{8192000, 64000, 1, 0},
- {1228800, 64000, 1, 1},
- {1693440, 64000, 1, 2},
- {2457600, 64000, 1, 3},
- {3276800, 64000, 1, 4},
+ {1228800
0
, 64000, 1, 1},
+ {1693440
0
, 64000, 1, 2},
+ {2457600
0
, 64000, 1, 3},
+ {3276800
0
, 64000, 1, 4},
/* 88.2k */
{11289600, 88200, 1, 0},