diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-19 15:50:22 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-19 15:50:22 +0100 |
commit | e66ef2f81f1d36b5413e3fc7ff548de683f0750b (patch) | |
tree | e2adec7e3cfc1f759c0368570307fce507e09d2e /sound/soc/codecs/wm8995.c | |
parent | ASoC: Provide per widget type callback when executing DAPM sequences (diff) | |
parent | ASoC: WM8994: fix wrong value in tristate function (diff) | |
download | linux-e66ef2f81f1d36b5413e3fc7ff548de683f0750b.tar.xz linux-e66ef2f81f1d36b5413e3fc7ff548de683f0750b.zip |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound/soc/codecs/wm8995.c')
-rw-r--r-- | sound/soc/codecs/wm8995.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8995.c b/sound/soc/codecs/wm8995.c index 7d563413df3e..67eaaecbb42e 100644 --- a/sound/soc/codecs/wm8995.c +++ b/sound/soc/codecs/wm8995.c @@ -1265,7 +1265,7 @@ static int wm8995_set_tristate(struct snd_soc_dai *codec_dai, int tristate) else val = 0; - return snd_soc_update_bits(codec, reg, mask, reg); + return snd_soc_update_bits(codec, reg, mask, val); } /* The size in bits of the FLL divide multiplied by 10 |