From: Mark Brown Date: Thu, 11 Nov 2010 17:18:01 +0000 (+0000) Subject: ASoC: Reset WM8962 with default ID value X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cb2b3cf1fedd31916b7c64d61e2d20d23bd3681a;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git ASoC: Reset WM8962 with default ID value The value makes no odds and it makes life easier with caches. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- 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) static int wm8962_reset(struct snd_soc_codec *codec) { - return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0); + return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0x6243); } static const DECLARE_TLV_DB_SCALE(inpga_tlv, -2325, 75, 0);