From 155929fc8491f9cf2acd44ff9613bc84a229ae72 Mon Sep 17 00:00:00 2001 From: ChenJQ Date: Fri, 11 Mar 2011 00:26:17 -0800 Subject: [PATCH] =?utf8?q?=E8=A7=A3=E5=86=B3=E5=96=87=E5=8F=AD=E6=92=AD?= =?utf8?q?=E6=94=BE=E9=9F=B3=E4=B9=90=E6=97=B6=E9=9F=B3=E9=87=8F=E5=A2=9E?= =?utf8?q?=E5=A4=A7=E5=A3=B0=E9=9F=B3=E5=A4=B1=E7=9C=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sound/soc/codecs/wm8900.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index d996869bb6c9..1f38361514b4 100755 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c @@ -675,8 +675,8 @@ static void wm8900_set_hw(struct snd_soc_codec *codec) snd_soc_write(codec, WM8900_REG_ROUT1CTL, 0x130); //for recorder - snd_soc_write(codec, WM8900_REG_POWER1, 0x001D); - snd_soc_write(codec, WM8900_REG_POWER2, 0xC03F); + snd_soc_write(codec, WM8900_REG_POWER1, 0x211D); + snd_soc_write(codec, WM8900_REG_POWER2, 0xC1AF); snd_soc_write(codec, WM8900_REG_LADC_DV, 0x01C0); snd_soc_write(codec, WM8900_REG_RADC_DV, 0x01C0); -- 2.34.1