diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-24 05:04:08 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-24 05:04:08 -0500 |
commit | 7645c4bfbb36f357f03815f5729c46ce8d89f008 (patch) | |
tree | eb2c45bbdfc715a9a6e96e6af9675a0440ef8ff1 /sound/pci | |
parent | 74b7ff48a93f44198ac03cc4e628d713f53d4668 (diff) | |
parent | 574f3c4f5c55e99ea60f71fd98cc54931d4b2eae (diff) |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 71d3a773e94b..35b83dc6e19e 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -841,6 +841,7 @@ static struct hda_verb stac92hd83xxx_core_init[] = { | |||
841 | 841 | ||
842 | /* power state controls amps */ | 842 | /* power state controls amps */ |
843 | { 0x01, AC_VERB_SET_EAPD, 1 << 2}, | 843 | { 0x01, AC_VERB_SET_EAPD, 1 << 2}, |
844 | {} | ||
844 | }; | 845 | }; |
845 | 846 | ||
846 | static struct hda_verb stac92hd71bxx_core_init[] = { | 847 | static struct hda_verb stac92hd71bxx_core_init[] = { |
@@ -850,6 +851,7 @@ static struct hda_verb stac92hd71bxx_core_init[] = { | |||
850 | { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | 851 | { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
851 | { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | 852 | { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
852 | { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | 853 | { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
854 | {} | ||
853 | }; | 855 | }; |
854 | 856 | ||
855 | #define HD_DISABLE_PORTF 2 | 857 | #define HD_DISABLE_PORTF 2 |
@@ -1681,6 +1683,7 @@ static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = { | |||
1681 | /* SigmaTel reference board */ | 1683 | /* SigmaTel reference board */ |
1682 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, | 1684 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
1683 | "DFI LanParty", STAC_92HD71BXX_REF), | 1685 | "DFI LanParty", STAC_92HD71BXX_REF), |
1686 | {} /* terminator */ | ||
1684 | }; | 1687 | }; |
1685 | 1688 | ||
1686 | static unsigned int ref92hd71bxx_pin_configs[11] = { | 1689 | static unsigned int ref92hd71bxx_pin_configs[11] = { |