Skip to content

Commit 6cd75d8

Browse files
tvlpirbgregkh
authored andcommitted
ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
[ Upstream commit a282060 ] Similar to many other Lenovo models with AMD chips, the Lenovo Yoga Pro 7 14ASP9 (product name 83HN) requires a specific quirk to ensure internal mic detection. This patch adds a quirk fixing this. Signed-off-by: Talhah Peerbhai <talhah.peerbhai@gmail.com> Link: https://patch.msgid.link/20250515222741.144616-1-talhah.peerbhai@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 76d3716 commit 6cd75d8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
311311
DMI_MATCH(DMI_PRODUCT_NAME, "83AS"),
312312
}
313313
},
314+
{
315+
.driver_data = &acp6x_card,
316+
.matches = {
317+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
318+
DMI_MATCH(DMI_PRODUCT_NAME, "83HN"),
319+
}
320+
},
314321
{
315322
.driver_data = &acp6x_card,
316323
.matches = {
@@ -360,7 +367,7 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
360367
DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"),
361368
}
362369
},
363-
{
370+
{
364371
.driver_data = &acp6x_card,
365372
.matches = {
366373
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),

0 commit comments

Comments
 (0)