Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF

Add a DMI quirk for the Thin A15 B7VF fixing the issue where
the internal microphone was not detected.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=220833
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260316080218.2931304-1-zhangheng@kylinos.cn
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Zhang Heng and committed by
Mark Brown
1f182ec9 f200b2f9

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 724 724 DMI_MATCH(DMI_BOARD_NAME, "BM1403CDA"), 725 725 } 726 726 }, 727 + { 728 + .driver_data = &acp6x_card, 729 + .matches = { 730 + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."), 731 + DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7VE"), 732 + } 733 + }, 727 734 {} 728 735 }; 729 736