From: Takashi Iwai Date: Wed, 28 Mar 2007 13:11:53 +0000 (+0200) Subject: [ALSA] hda-codec - Fix missing array terminators X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d3091fad4a4902185c3ce0b77a847ecafcb3f006;p=linux-beck.git [ALSA] hda-codec - Fix missing array terminators Added missing array terminators in patch_conexant.c. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- 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[] = { 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