From c588d253518f8de907f50a4bfbf6bb0acdeabb15 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sun, 2 Oct 2011 20:41:04 +0800 Subject: [PATCH] --- yaml --- r: 264247 b: refs/heads/master c: 21d17dd2a377ba894f26989915eb3c6e427a3656 h: refs/heads/master i: 264245: 8815cd4b040350136464a65ca2bdccafc1c92d9e 264243: b7cd1184b20a13adadbfcdcb43f5ac1c2767ad27 264239: 748ca02f788897c826eb713e57f93d6ff2186d53 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8753.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4318e020d543..59d960d5f610 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eff919ac0fc7565e71ffa35657c333dd8cdc0520 +refs/heads/master: 21d17dd2a377ba894f26989915eb3c6e427a3656 diff --git a/trunk/sound/soc/codecs/wm8753.c b/trunk/sound/soc/codecs/wm8753.c index ffa2ffe5ec11..aa091a0d8187 100644 --- a/trunk/sound/soc/codecs/wm8753.c +++ b/trunk/sound/soc/codecs/wm8753.c @@ -1454,8 +1454,8 @@ static int wm8753_probe(struct snd_soc_codec *codec) /* set the update bits */ snd_soc_update_bits(codec, WM8753_LDAC, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_RDAC, 0x0100, 0x0100); - snd_soc_update_bits(codec, WM8753_LDAC, 0x0100, 0x0100); - snd_soc_update_bits(codec, WM8753_RDAC, 0x0100, 0x0100); + snd_soc_update_bits(codec, WM8753_LADC, 0x0100, 0x0100); + snd_soc_update_bits(codec, WM8753_RADC, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_LOUT1V, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_ROUT1V, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_LOUT2V, 0x0100, 0x0100);