diff mbox

[2/2] ASoC: rt5645: fix reg-2f default value.

Message ID 1467289764-2659-2-git-send-email-bardliao@realtek.com (mailing list archive)
State Accepted
Commit fdfe3b32db70aa49d1d60a1ddd2280099174bddb
Headers show

Commit Message

Bard Liao June 30, 2016, 12:29 p.m. UTC
The default value of reg-2f in codec rt5650 is 0x5002, not 0x1002.

Signed-off-by: Bard Liao <bardliao@realtek.com>
---
 sound/soc/codecs/rt5645.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index c21e41c..c40b6d1 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -256,7 +256,7 @@  static const struct reg_default rt5650_reg[] = {
 	{ 0x2b, 0x5454 },
 	{ 0x2c, 0xaaa0 },
 	{ 0x2d, 0x0000 },
-	{ 0x2f, 0x1002 },
+	{ 0x2f, 0x5002 },
 	{ 0x31, 0x5000 },
 	{ 0x32, 0x0000 },
 	{ 0x33, 0x0000 },