Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
ALSA: hda - Add missing terminators in patch_sigmatel.c

+3
+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] = {