Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120518
b: refs/heads/master
c: c9b46f9
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 1, 2008
1 parent 0db267f commit 7e5c303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 36adba1fc79851949c4792f2e9b4d0dddbc6d5e4
refs/heads/master: c9b46f9144b8dce6c12aec08f34a908aedd28b37
8 changes: 4 additions & 4 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,12 +590,12 @@ static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
else
nid = codec->slave_dig_outs[smux_idx - 1];
if (spec->cur_smux[smux_idx] == smux->num_items - 1)
val = AMP_OUT_MUTE;
val = HDA_AMP_MUTE;
else
val = AMP_OUT_UNMUTE;
val = 0;
/* un/mute SPDIF out */
snd_hda_codec_write_cache(codec, nid, 0,
AC_VERB_SET_AMP_GAIN_MUTE, val);
snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
HDA_AMP_MUTE, val);
}
return 0;
}
Expand Down

0 comments on commit 7e5c303

Please sign in to comment.