ALSA: hda: Add support for Hygon family 18h model 10h HD-Audio

Add the new PCI ID 0x1d94 0x14c9 for Hygon family 18h model 10h
HDA controller.

Signed-off-by: fuhao <fuh@hygon.cn>
This commit is contained in:
fuhao 2024-09-23 15:07:23 +08:00 committed by chinaljp030
parent bc76f91a37
commit 32c289d299
2 changed files with 3 additions and 0 deletions

View File

@ -2599,6 +2599,7 @@
#define PCI_VENDOR_ID_HYGON 0x1d94
#define PCI_DEVICE_ID_HYGON_18H_M05H_HDA 0x14a9
#define PCI_DEVICE_ID_HYGON_18H_M10H_HDA 0x14c9
#define PCI_DEVICE_ID_HYGON_18H_M05H_DF_F3 0x14b3
#define PCI_DEVICE_ID_HYGON_18H_M10H_DF_F3 0x14d3

View File

@ -2827,6 +2827,8 @@ static const struct pci_device_id azx_ids[] = {
/* Hygon HDAudio */
{ PCI_VDEVICE(HYGON, PCI_DEVICE_ID_HYGON_18H_M05H_HDA),
.driver_data = AZX_DRIVER_HYGON | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_NO_MSI },
{ PCI_VDEVICE(HYGON, PCI_DEVICE_ID_HYGON_18H_M10H_HDA),
.driver_data = AZX_DRIVER_HYGON },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);