diff options
| -rw-r--r-- | sound/soc/codecs/wm8960.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 9bb927325993..4cb49eb85508 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c | |||
| @@ -53,8 +53,8 @@ | |||
| 53 | * using 2 wire for device control, so we cache them instead. | 53 | * using 2 wire for device control, so we cache them instead. |
| 54 | */ | 54 | */ |
| 55 | static const struct reg_default wm8960_reg_defaults[] = { | 55 | static const struct reg_default wm8960_reg_defaults[] = { |
| 56 | { 0x0, 0x0097 }, | 56 | { 0x0, 0x00a7 }, |
| 57 | { 0x1, 0x0097 }, | 57 | { 0x1, 0x00a7 }, |
| 58 | { 0x2, 0x0000 }, | 58 | { 0x2, 0x0000 }, |
| 59 | { 0x3, 0x0000 }, | 59 | { 0x3, 0x0000 }, |
| 60 | { 0x4, 0x0000 }, | 60 | { 0x4, 0x0000 }, |
