[PATCH v2] ASoC: amd: yc: Add DMI quirk for MSI Thin A15 B7UC internal microphone

From: liampfrs

Date: Mon Apr 06 2026 - 01:27:46 EST


Generated-with-AI-assistance: Claude (Anthropic) - guided submission process only.
DMI strings verified directly from hardware using /sys/class/dmi/id/.
---
sound/soc/amd/yc/acp6x-mach.c | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index aa6200933..74b9af781 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -493,6 +493,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7UC"),
+ }
+ },
+
{
.driver_data = &acp6x_card,
.matches = {
--
2.53.0