diff options
author | huangwenhui <huangwenhuia@uniontech.com> | 2022-06-08 16:23:57 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-06-08 10:41:19 +0200 |
commit | 527f4643e03c298c1e3321cfa27866b1374a55e1 (patch) | |
tree | 59734a06047cd97b6ded97bd75b2dd36a28f8262 /sound/hda | |
parent | 53ee5d7b4523019a1bc1f3d41235234d1f3f5ada (diff) |
ALSA: hda/realtek - Add HW8326 support
Added the support of new Huawei codec HW8326. The HW8326 is developed
by Huawei with Realtek's IP Core, and it's compatible with ALC256.
Signed-off-by: huangwenhui <huangwenhuia@uniontech.com>
Link: https://lore.kernel.org/r/20220608082357.26898-1-huangwenhuia@uniontech.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-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 3e9e9ac804f6..b7e5032b61c9 100644 --- a/sound/hda/hdac_device.c +++ b/sound/hda/hdac_device.c @@ -660,6 +660,7 @@ static const struct hda_vendor_id hda_vendor_ids[] = { { 0x14f1, "Conexant" }, { 0x17e8, "Chrontel" }, { 0x1854, "LG" }, + { 0x19e5, "Huawei" }, { 0x1aec, "Wolfson Microelectronics" }, { 0x1af4, "QEMU" }, { 0x434d, "C-Media" }, |