Skip to content

Commit

Permalink
ALSA: hda - Add missing terminators in patch_sigmatel.c
Browse files Browse the repository at this point in the history
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: stable@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Herton Ronaldo Krzesinski authored and Takashi Iwai committed Dec 24, 2008
1 parent 3d44cc3 commit 574f3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ static struct hda_verb stac92hd83xxx_core_init[] = {

/* power state controls amps */
{ 0x01, AC_VERB_SET_EAPD, 1 << 2},
{}
};

static struct hda_verb stac92hd71bxx_core_init[] = {
Expand All @@ -870,6 +871,7 @@ static struct hda_verb stac92hd71bxx_core_init[] = {
{ 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
{ 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
{ 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
{}
};

#define HD_DISABLE_PORTF 2
Expand Down Expand Up @@ -1667,6 +1669,7 @@ static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
/* SigmaTel reference board */
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
"DFI LanParty", STAC_92HD71BXX_REF),
{} /* terminator */
};

static unsigned int ref92hd71bxx_pin_configs[11] = {
Expand Down

0 comments on commit 574f3c4

Please sign in to comment.