Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155326
b: refs/heads/master
c: d3a11e6
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 7, 2009
1 parent 1ccc771 commit a091410
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: 55d1d6c1ef630dddd3cb5354c32a5aca954399e8
refs/heads/master: d3a11e601a51291fbdd40c47f6af6769b6e905ef
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 @@ -320,6 +320,9 @@ static void via_auto_set_output_and_unmute(struct hda_codec *codec,
pin_type);
snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
AMP_OUT_UNMUTE);
if (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)
snd_hda_codec_write(codec, nid, 0,
AC_VERB_SET_EAPD_BTLENABLE, 0x02);
}


Expand Down

0 comments on commit a091410

Please sign in to comment.