diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-11 12:18:01 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-12 10:33:44 -0500 |
commit | cb2b3cf1fedd31916b7c64d61e2d20d23bd3681a (patch) | |
tree | 13a2c592584ba293706519d57604a1c9f0294be7 /sound/soc/codecs/wm8962.c | |
parent | 5cdc5c3e6e13ed0631812245332f8f7a25a1a4b7 (diff) |
ASoC: Reset WM8962 with default ID value
The value makes no odds and it makes life easier with caches.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/wm8962.c')
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 80986105f52e..e021866f5a85 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -1958,7 +1958,7 @@ static int wm8962_readable_register(unsigned int reg) | |||
1958 | 1958 | ||
1959 | static int wm8962_reset(struct snd_soc_codec *codec) | 1959 | static int wm8962_reset(struct snd_soc_codec *codec) |
1960 | { | 1960 | { |
1961 | return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0); | 1961 | return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0x6243); |
1962 | } | 1962 | } |
1963 | 1963 | ||
1964 | static const DECLARE_TLV_DB_SCALE(inpga_tlv, -2325, 75, 0); | 1964 | static const DECLARE_TLV_DB_SCALE(inpga_tlv, -2325, 75, 0); |