Skip to content

Commit 61eee4a

Browse files
Kaige Litiwai
Kaige Li
authored andcommitted
ALSA: hda: Add support for Loongson 7A1000 controller
Add the new PCI ID 0x0014 0x7a07 to support Loongson 7A1000 controller. Signed-off-by: Kaige Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 7d50b29 commit 61eee4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: sound/pci/hda/hda_intel.c

+2
Original file line numberDiff line numberDiff line change
@@ -2727,6 +2727,8 @@ static const struct pci_device_id azx_ids[] = {
27272727
.driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_HDMI },
27282728
/* Zhaoxin */
27292729
{ PCI_DEVICE(0x1d17, 0x3288), .driver_data = AZX_DRIVER_ZHAOXIN },
2730+
/* Loongson */
2731+
{ PCI_DEVICE(0x0014, 0x7a07), .driver_data = AZX_DRIVER_GENERIC },
27302732
{ 0, }
27312733
};
27322734
MODULE_DEVICE_TABLE(pci, azx_ids);

0 commit comments

Comments
 (0)