summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-11-08 10:43:18 (GMT)
committerMark Brown <broonie@linaro.org>2013-11-08 10:43:18 (GMT)
commit53659907765e8b91481d9ff8a4fc78c4897043f0 (patch)
tree485418304206f39314d822cc5995d120ba97acaa
parentc01422a4a184a183b03fb3046af88d61828f6d56 (diff)
parent7b5bfb82882b9b1c8423ce0ed6852ca3762d967a (diff)
downloadlinux-fsl-qoriq-53659907765e8b91481d9ff8a4fc78c4897043f0.tar.xz
Merge remote-tracking branch 'asoc/fix/ak4642' into asoc-linus
-rw-r--r--sound/soc/codecs/ak4642.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
index 2d03787..687565d 100644
--- a/sound/soc/codecs/ak4642.c
+++ b/sound/soc/codecs/ak4642.c
@@ -257,7 +257,7 @@ static int ak4642_dai_startup(struct snd_pcm_substream *substream,
* This operation came from example code of
* "ASAHI KASEI AK4642" (japanese) manual p94.
*/
- snd_soc_write(codec, SG_SL1, PMMP | MGAIN0);
+ snd_soc_update_bits(codec, SG_SL1, PMMP | MGAIN0, PMMP | MGAIN0);
snd_soc_write(codec, TIMER, ZTM(0x3) | WTM(0x3));
snd_soc_write(codec, ALC_CTL1, ALC | LMTH0);
snd_soc_update_bits(codec, PW_MGMT1, PMADL, PMADL);