summaryrefslogtreecommitdiff
path: root/sound/hda
diff options
context:
space:
mode:
authorhuangwenhui <huangwenhuia@uniontech.com>2022-06-08 16:23:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-22 14:11:21 +0200
commitaacb264d54c412063d5b3e6bcbddc778569e137c (patch)
treeea09c3d316b093feca4cd29f363f4051a2765a37 /sound/hda
parentff882404dff70628e199943079d11e7f5c13dbed (diff)
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 b84e12f4f804..489f996d86bc 100644
--- a/sound/hda/hdac_device.c
+++ b/sound/hda/hdac_device.c
@@ -656,6 +656,7 @@ static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x14f1, "Conexant" },
{ 0x17e8, "Chrontel" },
{ 0x1854, "LG" },
+ { 0x19e5, "Huawei" },
{ 0x1aec, "Wolfson Microelectronics" },
{ 0x1af4, "QEMU" },
{ 0x434d, "C-Media" },