projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd8f37
)
ASoC: SSM2602: Fix default register cache
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 8 May 2011 16:24:41 +0000
(09:24 -0700)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sun, 8 May 2011 23:44:45 +0000
(
01:44
+0200)
Some of the values in the default register cache did not represent the codecs
state after reset. This patch fixes it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/ssm2602.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ssm2602.c
b/sound/soc/codecs/ssm2602.c
index
30229cf
..
a09d66c
100644
(file)
--- a/
sound/soc/codecs/ssm2602.c
+++ b/
sound/soc/codecs/ssm2602.c
@@
-60,8
+60,8
@@
struct ssm2602_priv {
* There is no point in caching the reset register
*/
static const u16 ssm2602_reg[SSM2602_CACHEREGNUM] = {
- 0x00
17, 0x001
7, 0x0079, 0x0079,
- 0x000
0, 0x0000, 0x0000
, 0x000a,
+ 0x00
97, 0x009
7, 0x0079, 0x0079,
+ 0x000
a, 0x0008, 0x009f
, 0x000a,
0x0000, 0x0000
};