diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2023-06-07 17:21:49 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-06-07 12:36:38 +0200 |
commit | 28bd137a3c8e105587ba8c55b68ef43b519b270f (patch) | |
tree | 3dc21d42f1b1df244a032ba7db4bff5a286207c5 /sound/hda/hdac_device.c | |
parent | 306f3f78a5ff578bdfd97c658a862cb2c2419fb6 (diff) |
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 'sound/hda/hdac_device.c')
-rw-r--r-- | sound/hda/hdac_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/hda/hdac_device.c b/sound/hda/hdac_device.c index accc9d279ce5..89bed32b5379 100644 --- a/sound/hda/hdac_device.c +++ b/sound/hda/hdac_device.c @@ -645,6 +645,7 @@ struct hda_vendor_id { }; static const struct hda_vendor_id hda_vendor_ids[] = { + { 0x0014, "Loongson" }, { 0x1002, "ATI" }, { 0x1013, "Cirrus Logic" }, { 0x1057, "Motorola" }, |