diff --git a/[refs] b/[refs] index 6f6c75a9766d..568668633df0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff2b7e2a3fdb341a235e0b2eccc3c8914d26c1fb +refs/heads/master: 63f10d2ca78c17cdd612c1daee7daffacca8b7fb diff --git a/trunk/sound/pci/hda/patch_via.c b/trunk/sound/pci/hda/patch_via.c index fb5468b4c55a..997b7057a549 100644 --- a/trunk/sound/pci/hda/patch_via.c +++ b/trunk/sound/pci/hda/patch_via.c @@ -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); }