Skip to content

Commit 57d1e89

Browse files
KevinSJbroonie
authored andcommitted
ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x
Thinkpad Neo14 Ryzen Edition uses Ryzen 6800H processor, and adding to quirks list for acp6x will enable internal mic. Signed-off-by: Sicong Jiang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e384dba commit 57d1e89

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, "21CL"),
172172
}
173173
},
174+
{
175+
.driver_data = &acp6x_card,
176+
.matches = {
177+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
178+
DMI_MATCH(DMI_PRODUCT_NAME, "21EF"),
179+
}
180+
},
174181
{
175182
.driver_data = &acp6x_card,
176183
.matches = {

0 commit comments

Comments
 (0)