summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorKerwin Wan <kerwinw@nvidia.com>2012-02-12 12:13:45 +0800
committerSimone Willett <swillett@nvidia.com>2012-02-16 13:16:37 -0800
commite1bc925c6cf44b0e76e143d7209e0f660172b796 (patch)
treedd829551961ce80296ce1de63da3eff9cdebe2e6 /sound/soc
parent6229d0e30e50f54610726681cee1329e09856a51 (diff)
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 <kerwinw@nvidia.com> Reviewed-on: http://git-master/r/83318 Reviewed-by: Chandler Zhang <chazhang@nvidia.com> Tested-by: Chandler Zhang <chazhang@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/rt5639.c2
1 files changed, 1 insertions, 1 deletions
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,