diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-13 05:30:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-14 04:06:29 -0500 |
commit | 42f3b0109ea61aee0541a02f1802fd7939b9853a (patch) | |
tree | 2f6a1754b8f24f583f370897ea47e9788c3920d3 | |
parent | 8faa8c1a5520c1e21372f2016355f4b5c2349bb2 (diff) |
ASoC: Remove cache default for volatile wm9081 reset register
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/wm9081.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 1f2672b1e03e..a6bab392700e 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include "wm9081.h" | 31 | #include "wm9081.h" |
32 | 32 | ||
33 | static struct reg_default wm9081_reg[] = { | 33 | static struct reg_default wm9081_reg[] = { |
34 | { 0, 0x9081 }, /* R0 - Software Reset */ | ||
35 | { 2, 0x00B9 }, /* R2 - Analogue Lineout */ | 34 | { 2, 0x00B9 }, /* R2 - Analogue Lineout */ |
36 | { 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */ | 35 | { 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */ |
37 | { 4, 0x0001 }, /* R4 - VMID Control */ | 36 | { 4, 0x0001 }, /* R4 - VMID Control */ |