Skip to content

Commit 2232b2d

Browse files
superm1broonie
authored andcommitted
ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table
Lenovo Yoga Slim 7 Pro X has an ACP DMIC that isn't specified in the ASL or existing quirk list. Add it to the quirk table to let DMIC work on these systems. Link: https://bugzilla.kernel.org/show_bug.cgi?id=216299 Tested-by: Sebastian S <[email protected]> Reported-and-tested-by: Travis Glenn Hansen <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4df5b13 commit 2232b2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
171171
DMI_MATCH(DMI_PRODUCT_NAME, "21J6"),
172172
}
173173
},
174+
{
175+
.driver_data = &acp6x_card,
176+
.matches = {
177+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
178+
DMI_MATCH(DMI_PRODUCT_NAME, "82"),
179+
}
180+
},
174181
{
175182
.driver_data = &acp6x_card,
176183
.matches = {

0 commit comments

Comments
 (0)