aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2016-07-01 09:49:05 +0800
committerMark Brown <broonie@kernel.org>2016-07-01 12:01:05 +0200
commitfdfe3b32db70aa49d1d60a1ddd2280099174bddb (patch)
tree066e01bad768caac5f8c74c6b099f608ad6f9dca /sound
parentLinux 4.7-rc1 (diff)
downloadlinux-dev-fdfe3b32db70aa49d1d60a1ddd2280099174bddb.tar.xz
linux-dev-fdfe3b32db70aa49d1d60a1ddd2280099174bddb.zip
ASoC: rt5645: fix reg-2f default value.
The default value of reg-2f in codec rt5650 is 0x5002, not 0x1002. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/rt5645.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 3c6594da6c9c..d70847c9eeb0 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -253,7 +253,7 @@ static const struct reg_default rt5650_reg[] = {
{ 0x2b, 0x5454 },
{ 0x2c, 0xaaa0 },
{ 0x2d, 0x0000 },
- { 0x2f, 0x1002 },
+ { 0x2f, 0x5002 },
{ 0x31, 0x5000 },
{ 0x32, 0x0000 },
{ 0x33, 0x0000 },