diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2023-06-07 12:21:49 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-06-07 13:36:38 +0300 |
commit | 28bd137a3c8e105587ba8c55b68ef43b519b270f (patch) | |
tree | 3dc21d42f1b1df244a032ba7db4bff5a286207c5 /include/linux/pci_ids.h | |
parent | 306f3f78a5ff578bdfd97c658a862cb2c2419fb6 (diff) | |
download | linux-28bd137a3c8e105587ba8c55b68ef43b519b270f.tar.xz |
ALSA: hda: Add Loongson LS7A HD-Audio support
Add the new PCI ID 0x0014 0x7a07 and the new PCI ID 0x0014 0x7a37
Loongson HDA controller.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Link: https://lore.kernel.org/r/993587483b9509796b29a416f257fcfb4b15c6ea.1686128807.git.siyanteng@loongson.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 95f33dadb2be..c0c4ca8e2851 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -158,6 +158,9 @@ #define PCI_VENDOR_ID_LOONGSON 0x0014 +#define PCI_DEVICE_ID_LOONGSON_HDA 0x7a07 +#define PCI_DEVICE_ID_LOONGSON_HDMI 0x7a37 + #define PCI_VENDOR_ID_TTTECH 0x0357 #define PCI_DEVICE_ID_TTTECH_MC322 0x000a |