From: Mark Brown Date: Tue, 26 Feb 2013 23:35:46 +0000 (+0000) Subject: ASoC: wm8960: Correct register 0 and 1 defaults X-Git-Tag: v3.9-rc2~10^2~5^2^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b3df026ea230b233f5a4ebc7400033f7326fad12;p=linux.git ASoC: wm8960: Correct register 0 and 1 defaults Signed-off-by: Mark Brown --- 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 @@ * using 2 wire for device control, so we cache them instead. */ static const struct reg_default wm8960_reg_defaults[] = { - { 0x0, 0x0097 }, - { 0x1, 0x0097 }, + { 0x0, 0x00a7 }, + { 0x1, 0x00a7 }, { 0x2, 0x0000 }, { 0x3, 0x0000 }, { 0x4, 0x0000 },