diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2010-09-26 22:35:06 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-27 01:57:31 -0400 |
commit | e35d4b119578a054515ccb4ed5dddc4e8a81ec15 (patch) | |
tree | ec0d04e30e0696b5934c8e0fad962046f52e07ff /sound/pci/hda/hda_intel.c | |
parent | f41cc2a85d52ac6971299922084ac5ac59dc339d (diff) |
ALSA: hda: add Vortex86MX PCI ids
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 5f6f9039a41a..ec07e4700e3b 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2791,6 +2791,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { | |||
2791 | /* this entry seems still valid -- i.e. without emu20kx chip */ | 2791 | /* this entry seems still valid -- i.e. without emu20kx chip */ |
2792 | { PCI_DEVICE(0x1102, 0x0009), .driver_data = AZX_DRIVER_GENERIC }, | 2792 | { PCI_DEVICE(0x1102, 0x0009), .driver_data = AZX_DRIVER_GENERIC }, |
2793 | #endif | 2793 | #endif |
2794 | /* Vortex86MX */ | ||
2795 | { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC }, | ||
2794 | /* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */ | 2796 | /* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */ |
2795 | { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID), | 2797 | { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID), |
2796 | .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, | 2798 | .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, |