aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_conexant.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index c7fb0b8dfb8f..efb95dc2d6db 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -632,11 +632,13 @@ static struct hda_verb cxt5045_init_verbs[] = {
632static struct hda_verb cxt5045_hp_sense_init_verbs[] = { 632static struct hda_verb cxt5045_hp_sense_init_verbs[] = {
633 /* pin sensing on HP jack */ 633 /* pin sensing on HP jack */
634 {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT}, 634 {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
635 { } /* end */
635}; 636};
636 637
637static struct hda_verb cxt5045_mic_sense_init_verbs[] = { 638static struct hda_verb cxt5045_mic_sense_init_verbs[] = {
638 /* pin sensing on HP jack */ 639 /* pin sensing on HP jack */
639 {0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT}, 640 {0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
641 { } /* end */
640}; 642};
641 643
642#ifdef CONFIG_SND_DEBUG 644#ifdef CONFIG_SND_DEBUG