From e1bc925c6cf44b0e76e143d7209e0f660172b796 Mon Sep 17 00:00:00 2001 From: Kerwin Wan Date: Sun, 12 Feb 2012 12:13:45 +0800 Subject: asoc: rt5639: Write the right device id The value of reset register of ALC5639 is 0x0008 instead of 0x000c. bug 931371 Change-Id: I5fbf31411ddab2358d61f998f74a7b1f8c151312 Signed-off-by: Kerwin Wan Reviewed-on: http://git-master/r/83318 Reviewed-by: Chandler Zhang Tested-by: Chandler Zhang Reviewed-by: Sachin Nikam --- sound/soc/codecs/rt5639.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/codecs') diff --git a/sound/soc/codecs/rt5639.c b/sound/soc/codecs/rt5639.c index 47e8d83d968b..e51c1f0f48df 100644 --- a/sound/soc/codecs/rt5639.c +++ b/sound/soc/codecs/rt5639.c @@ -106,7 +106,7 @@ static int rt5639_reg_init(struct snd_soc_codec *codec) #endif static const u16 rt5639_reg[RT5639_VENDOR_ID2 + 1] = { - [RT5639_RESET] = 0x000c, + [RT5639_RESET] = 0x0008, [RT5639_SPK_VOL] = 0xc8c8, [RT5639_HP_VOL] = 0xc8c8, [RT5639_OUTPUT] = 0xc8c8, -- cgit v1.2.3