Skip to content

Commit

Permalink
ALSA: hda: Add support for Hygon family 18h model 10h HD-Audio
Browse files Browse the repository at this point in the history
Add the new PCI ID 0x1d94 0x14c9 for Hygon family 18h model 10h
HDA controller.

Signed-off-by: Liao Xuan <[email protected]>
  • Loading branch information
Liao Xuan authored and MingcongBai committed May 29, 2024
1 parent b9d357d commit 05817e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/pci_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -2598,6 +2598,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

Expand Down
2 changes: 2 additions & 0 deletions sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2762,6 +2762,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);
Expand Down

0 comments on commit 05817e3

Please sign in to comment.