Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257727
b: refs/heads/master
c: e5e1468
h: refs/heads/master
i:
  257725: a025a49
  257723: 6613fed
  257719: ca14645
  257711: 9d0af39
  257695: a6446da
  257663: 3b9d91d
v: v3
  • Loading branch information
Lydia Wang authored and Takashi Iwai committed Jul 1, 2011
1 parent d4d73d4 commit d7474e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 350434ee53f39adb5e73320be4c98010b87d3dbf
refs/heads/master: e5e14681404ec27a422d635284bf564dabde3f81
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,9 @@ static void activate_output_path(struct hda_codec *codec, struct nid_path *path,
if (enable && path->multi[i])
snd_hda_codec_write(codec, dst, 0,
AC_VERB_SET_CONNECT_SEL, idx);
if (get_wcaps_type(get_wcaps(codec, src)) == AC_WID_AUD_OUT &&
get_wcaps_type(get_wcaps(codec, dst)) == AC_WID_AUD_MIX)
continue;
if (have_mute(codec, dst, HDA_INPUT)) {
int val = enable ? AMP_IN_UNMUTE(idx) :
AMP_IN_MUTE(idx);
Expand Down

0 comments on commit d7474e1

Please sign in to comment.