Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118059
b: refs/heads/master
c: c1e99bd
h: refs/heads/master
i:
  118057: c963ef7
  118055: d5cac12
v: v3
  • Loading branch information
Takashi Iwai committed Oct 29, 2008
1 parent 35f49ca commit 18d056e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 8199de3b29d7f22f3163fcf03f7a61644c93c2ea
refs/heads/master: c1e99bd9d6a0c82f4fa9078ed1f570e57b2f3944
4 changes: 1 addition & 3 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,8 @@ static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
nid = codec->slave_dig_outs[smux_idx - 1];
if (spec->cur_smux[smux_idx] == smux->num_items - 1)
val = AMP_OUT_MUTE;
if (smux_idx == 0)
nid = spec->multiout.dig_out_nid;
else
nid = codec->slave_dig_outs[smux_idx - 1];
val = AMP_OUT_UNMUTE;
/* un/mute SPDIF out */
snd_hda_codec_write_cache(codec, nid, 0,
AC_VERB_SET_AMP_GAIN_MUTE, val);
Expand Down

0 comments on commit 18d056e

Please sign in to comment.