summaryrefslogtreecommitdiff
path: root/sound/hda
diff options
context:
space:
mode:
authorhuangwenhui <huangwenhuia@uniontech.com>2022-06-08 11:23:57 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-22 15:13:15 +0300
commitd539feb6df5ef94b171f3497583b3dbc1512a347 (patch)
tree7e3661726b69be862720df8a8c124ffe7fb6a70e /sound/hda
parent16dd002eb87174fef8fca452f3c3ca23f2d7af3d (diff)
downloadlinux-d539feb6df5ef94b171f3497583b3dbc1512a347.tar.xz
ALSA: hda/realtek - Add HW8326 support
[ Upstream commit 527f4643e03c298c1e3321cfa27866b1374a55e1 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound/hda')
-rw-r--r--sound/hda/hdac_device.c1
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" },