aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@amd.com>2023-08-23 20:11:49 -0500
committerMark Brown <broonie@kernel.org>2023-08-24 13:15:33 +0100
commitc008323fe361bd62a43d9fb29737dacd5c067fb7 (patch)
treef0c18040545e894d7bda2d4189140b2a5daaf975
parent1613781d7e8a93618ff3a6b37f81f06769b53717 (diff)
downloadsound-for-6.5.tar.gz
ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJasoc-fix-v6.5-rc7-2for-6.5
Lenovo 82SJ doesn't have DMIC connected like 82V2 does. Narrow the match down to only cover 82V2. Reported-by: prosenfeld@Yuhsbstudents.org Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217063 Fixes: 2232b2dd8cd4 ("ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table") Signed-off-by: Mario Limonciello <mario.limonciello@amd.com Link: https://lore.kernel.org/r/20230824011149.1395-1-mario.limonciello@amd.com Signed-off-by: Mark Brown <broonie@kernel.org
-rw-r--r--sound/soc/amd/yc/acp6x-mach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index a2661dd637a527..b304b3562c82bc 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -217,7 +217,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
- DMI_MATCH(DMI_PRODUCT_NAME, "82"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
}
},
{