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>
This commit is contained in:
committed by
Takashi Iwai
parent
ea73496324
commit
0f0714c5ed
@@ -2806,6 +2806,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
|
|||||||
#endif
|
#endif
|
||||||
/* Vortex86MX */
|
/* Vortex86MX */
|
||||||
{ PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC },
|
{ PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC },
|
||||||
|
/* VMware HDAudio */
|
||||||
|
{ PCI_DEVICE(0x15ad, 0x1977), .driver_data = AZX_DRIVER_GENERIC },
|
||||||
/* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */
|
/* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID),
|
{ PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID),
|
||||||
.class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
|
.class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
|
||||||
|
Reference in New Issue
Block a user