Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257719
b: refs/heads/master
c: 63f10d2
h: refs/heads/master
i:
  257717: 457a484
  257715: c9681a8
  257711: 9d0af39
v: v3
  • Loading branch information
Lydia Wang authored and Takashi Iwai committed Jun 29, 2011
1 parent 8e23a63 commit ca14645
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ff2b7e2a3fdb341a235e0b2eccc3c8914d26c1fb
refs/heads/master: 63f10d2ca78c17cdd612c1daee7daffacca8b7fb
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ static void via_auto_init_unsol_event(struct hda_codec *codec)
for (i = 0; i < cfg->line_outs; i++) {
if (cfg->line_out_pins[i] &&
is_jack_detectable(codec, cfg->line_out_pins[i]))
snd_hda_codec_write(codec, cfg->line_out_pins[0], 0,
snd_hda_codec_write(codec, cfg->line_out_pins[i], 0,
AC_VERB_SET_UNSOLICITED_ENABLE,
AC_USRSP_EN | ev | VIA_JACK_EVENT);
}
Expand Down

0 comments on commit ca14645

Please sign in to comment.