8 May
2011
8 May
'11
10:53 p.m.
On Sun, 2011-05-08 at 09:24 -0700, Lars-Peter Clausen wrote:
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
sound/soc/codecs/ssm2602.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/ssm2602.c b/sound/soc/codecs/ssm2602.c index 30229cf..a09d66c 100644 --- 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] = {
- 0x0017, 0x0017, 0x0079, 0x0079,
- 0x0000, 0x0000, 0x0000, 0x000a,
- 0x0097, 0x0097, 0x0079, 0x0079,
- 0x000a, 0x0008, 0x009f, 0x000a, 0x0000, 0x0000
};
All
Acked-by: Liam Girdwood lrg@ti.com