diff --git a/[refs] b/[refs] index c9fc77b656a6..7f0a0e76ffe0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3f9678c36dc81fde5dc86848d6d6077659ecaf0 +refs/heads/master: d3091fad4a4902185c3ce0b77a847ecafcb3f006 diff --git a/trunk/sound/pci/hda/patch_conexant.c b/trunk/sound/pci/hda/patch_conexant.c index c7fb0b8dfb8f..efb95dc2d6db 100644 --- a/trunk/sound/pci/hda/patch_conexant.c +++ b/trunk/sound/pci/hda/patch_conexant.c @@ -632,11 +632,13 @@ static struct hda_verb cxt5045_init_verbs[] = { static struct hda_verb cxt5045_hp_sense_init_verbs[] = { /* pin sensing on HP jack */ {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT}, + { } /* end */ }; static struct hda_verb cxt5045_mic_sense_init_verbs[] = { /* pin sensing on HP jack */ {0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT}, + { } /* end */ }; #ifdef CONFIG_SND_DEBUG