diff options
author | Mark Brown <broonie@kernel.org> | 2016-07-01 18:05:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-01 18:05:30 +0200 |
commit | 9d3146c401b0a09552bb2b5f4cedcbccd5dfb3fa (patch) | |
tree | c58afd8dba94d8d35136bc29c3fc62075aff8021 /sound | |
parent | de07bb5b11350082494b96cc2ec63714556cf213 (diff) | |
parent | fdfe3b32db70aa49d1d60a1ddd2280099174bddb (diff) | |
download | linux-9d3146c401b0a09552bb2b5f4cedcbccd5dfb3fa.tar.bz2 |
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
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 }, |