Commit 57c54edf authored by Liao Xuan's avatar Liao Xuan
Browse files

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

hygon inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I9VW9Q


CVE: NA

---------------------------

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

Signed-off-by: default avatarLiao Xuan <liaoxuan@hygon.cn>
parent 4a538abb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2875,6 +2875,7 @@ static const struct pci_device_id azx_ids[] = {
	/* Hygon HDAudio */
	{ PCI_DEVICE(0x1d94, 0x14a9),
	  .driver_data = AZX_DRIVER_HYGON | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_NO_MSI },
	{ PCI_DEVICE(0x1d94, 0x14c9), .driver_data = AZX_DRIVER_HYGON },
	{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);