We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4e17b commit ab72bfcCopy full SHA for ab72bfc
sound/pci/hda/hda_intel.c
@@ -2724,6 +2724,9 @@ static const struct pci_device_id azx_ids[] = {
2724
{ PCI_VDEVICE(ATI, 0xab38),
2725
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
2726
AZX_DCAPS_PM_RUNTIME },
2727
+ { PCI_VDEVICE(ATI, 0xab40),
2728
+ .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
2729
+ AZX_DCAPS_PM_RUNTIME },
2730
/* GLENFLY */
2731
{ PCI_DEVICE(PCI_VENDOR_ID_GLENFLY, PCI_ANY_ID),
2732
.class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
0 commit comments