Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232554
b: refs/heads/master
c: 78b3fb4
h: refs/heads/master
v: v3
  • Loading branch information
Qiao Zhou authored and Mark Brown committed Jan 19, 2011
1 parent bad713b commit 17bdd2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a28287925555c93984115d37a1a25315ea369764
refs/heads/master: 78b3fb46753872fc79bffecc8d50355a8622b39b
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ static int wm8994_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);
}

#define WM8994_RATES SNDRV_PCM_RATE_8000_96000
Expand Down

0 comments on commit 17bdd2c

Please sign in to comment.