Skip to content

Commit c008323

Browse files
superm1broonie
authored andcommitted
ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ
Lenovo 82SJ doesn't have DMIC connected like 82V2 does. Narrow the match down to only cover 82V2. Reported-by: [email protected] Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217063 Fixes: 2232b2d ("ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table") Signed-off-by: Mario Limonciello <[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]
1 parent 1613781 commit c008323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
217217
.driver_data = &acp6x_card,
218218
.matches = {
219219
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
220-
DMI_MATCH(DMI_PRODUCT_NAME, "82"),
220+
DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
221221
}
222222
},
223223
{

0 commit comments

Comments
 (0)