ALSA: hda - Add missing terminators in patch_sigmatel.c

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: stable@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Herton Ronaldo Krzesinski and committed by Takashi Iwai 574f3c4f 3d44cc3e

Changed files
+3
sound
+3
sound/pci/hda/patch_sigmatel.c
··· 859 859 860 860 /* power state controls amps */ 861 861 { 0x01, AC_VERB_SET_EAPD, 1 << 2}, 862 + {} 862 863 }; 863 864 864 865 static struct hda_verb stac92hd71bxx_core_init[] = { ··· 871 870 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, 872 871 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, 873 872 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, 873 + {} 874 874 }; 875 875 876 876 #define HD_DISABLE_PORTF 2 ··· 1669 1667 /* SigmaTel reference board */ 1670 1668 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, 1671 1669 "DFI LanParty", STAC_92HD71BXX_REF), 1670 + {} /* terminator */ 1672 1671 }; 1673 1672 1674 1673 static unsigned int ref92hd71bxx_pin_configs[11] = {