aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorBankim Bhavsar <bbhavsar@vmware.com>2011-01-17 09:23:21 -0500
committerTakashi Iwai <tiwai@suse.de>2011-01-18 01:43:36 -0500
commit0f0714c5ed0a98fdeaa2287d3b159989bbe6d842 (patch)
treeb6ff72465f268399799cf4cca459b841633fb1b5 /sound/pci/hda
parentea73496324c1d990504e27f551e159388f891a4c (diff)
ALSA: hda - Add support for VMware controller
Add the new PCI ID 0x15ad and device ID 0x1977 for VMware HDAudio Controller. [changed to use AZX_DRIVER_GENERIC by tiwai] Signed-off-by: Bankim Bhavsar <bbhavsar@vmware.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index a1c4008af891..07c522fd2b10 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,