diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-13 18:30:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-14 17:06:29 +0800 |
commit | 42f3b0109ea61aee0541a02f1802fd7939b9853a (patch) | |
tree | 2f6a1754b8f24f583f370897ea47e9788c3920d3 | |
parent | 8faa8c1a5520c1e21372f2016355f4b5c2349bb2 (diff) | |
download | linux-3.10-42f3b0109ea61aee0541a02f1802fd7939b9853a.tar.gz linux-3.10-42f3b0109ea61aee0541a02f1802fd7939b9853a.tar.bz2 linux-3.10-42f3b0109ea61aee0541a02f1802fd7939b9853a.zip |
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 1f2672b1e03..a6bab392700 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c @@ -31,7 +31,6 @@ #include "wm9081.h" static struct reg_default wm9081_reg[] = { - { 0, 0x9081 }, /* R0 - Software Reset */ { 2, 0x00B9 }, /* R2 - Analogue Lineout */ { 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */ { 4, 0x0001 }, /* R4 - VMID Control */ |