Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283714
b: refs/heads/master
c: 88c494b
h: refs/heads/master
v: v3
  • Loading branch information
Leon Romanovsky authored and Mark Brown committed Nov 11, 2011
1 parent c413ec5 commit 8b5cc37
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: d8c29e7f78a6c52fc5cfa956c4b72c797a468241
refs/heads/master: 88c494b99a5873a46738c4c3f6f37ccce87b03e9
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/alc5632.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ static int alc5632_pcm_hw_params(struct snd_pcm_substream *substream,
static int alc5632_mute(struct snd_soc_dai *dai, int mute)
{
struct snd_soc_codec *codec = dai->codec;
u16 hp_mute = ALC5632_MISC_HP_DEPOP_MUTE_L \
u16 hp_mute = ALC5632_MISC_HP_DEPOP_MUTE_L
|ALC5632_MISC_HP_DEPOP_MUTE_R;
u16 mute_reg = snd_soc_read(codec, ALC5632_MISC_CTRL) & ~hp_mute;

Expand Down

0 comments on commit 8b5cc37

Please sign in to comment.