Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96003
b: refs/heads/master
c: 564c5be
h: refs/heads/master
i:
  96001: 3713dd0
  95999: 05c4851
v: v3
  • Loading branch information
Jacek Luczak authored and Takashi Iwai committed May 5, 2008
1 parent 846807d commit fe72467
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 20686c24377246d9eb57782551b25ff19df09873
refs/heads/master: 564c5bead424fa798dfbd5fe382b4e0b7ea483fb
5 changes: 4 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -11902,7 +11902,10 @@ static void alc861_auto_set_output_and_unmute(struct hda_codec *codec,
hda_nid_t nid,
int pin_type, int dac_idx)
{
alc_set_pin_output(codec, nid, pin_type);
snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
pin_type);
snd_hda_codec_write(codec, dac_idx, 0, AC_VERB_SET_AMP_GAIN_MUTE,
AMP_OUT_UNMUTE);
}

static void alc861_auto_init_multi_out(struct hda_codec *codec)
Expand Down

0 comments on commit fe72467

Please sign in to comment.