diff options
Diffstat (limited to 'sound/pci/hda')
-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 a1c4008af89..07c522fd2b1 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2806,6 +2806,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { | |||
2806 | #endif | 2806 | #endif |
2807 | /* Vortex86MX */ | 2807 | /* Vortex86MX */ |
2808 | { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC }, | 2808 | { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC }, |
2809 | /* VMware HDAudio */ | ||
2810 | { PCI_DEVICE(0x15ad, 0x1977), .driver_data = AZX_DRIVER_GENERIC }, | ||
2809 | /* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */ | 2811 | /* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */ |
2810 | { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID), | 2812 | { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID), |
2811 | .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, | 2813 | .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, |