Skip to content

Commit d3091fa

Browse files
tiwaiJaroslav Kysela
authored andcommitted
[ALSA] hda-codec - Fix missing array terminators
Added missing array terminators in patch_conexant.c. Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent e3f9678 commit d3091fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_conexant.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,13 @@ static struct hda_verb cxt5045_init_verbs[] = {
632632
static struct hda_verb cxt5045_hp_sense_init_verbs[] = {
633633
/* pin sensing on HP jack */
634634
{0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
635+
{ } /* end */
635636
};
636637

637638
static struct hda_verb cxt5045_mic_sense_init_verbs[] = {
638639
/* pin sensing on HP jack */
639640
{0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
641+
{ } /* end */
640642
};
641643

642644
#ifdef CONFIG_SND_DEBUG

0 commit comments

Comments
 (0)