Skip to content

Commit 4939ee0

Browse files
Zverikgregkh
authored andcommitted
ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00
commit b682aa7 upstream. New ThinkPads need new quirk entries. Ilya has tested this one. Laptop product id is 21MES00B00, though the shorthand 21ME works. Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219533 Cc: [email protected] Signed-off-by: Ilya Zverev <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 676a787 commit 4939ee0

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
@@ -241,6 +241,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
241241
DMI_MATCH(DMI_PRODUCT_NAME, "21M5"),
242242
}
243243
},
244+
{
245+
.driver_data = &acp6x_card,
246+
.matches = {
247+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
248+
DMI_MATCH(DMI_PRODUCT_NAME, "21ME"),
249+
}
250+
},
244251
{
245252
.driver_data = &acp6x_card,
246253
.matches = {

0 commit comments

Comments
 (0)