Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157669
b: refs/heads/master
c: 0c093fb
h: refs/heads/master
i:
  157667: c9d92b6
v: v3
  • Loading branch information
Shine Liu authored and Mark Brown committed Aug 17, 2009
1 parent 3588ba0 commit f36c701
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: 471e3dec3abe2d41e8c742046353fcb01bc2459e
refs/heads/master: 0c093fb5421a648fae46fce17277bdb358fe017b
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/uda134x.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static int uda134x_mute(struct snd_soc_dai *dai, int mute)
else
mute_reg &= ~(1<<2);

uda134x_write(codec, UDA134X_DATA010, mute_reg & ~(1<<2));
uda134x_write(codec, UDA134X_DATA010, mute_reg);

return 0;
}
Expand Down

0 comments on commit f36c701

Please sign in to comment.