Skip to content

Commit 1948fa6

Browse files
sven-frotscherbroonie
authored andcommitted
ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM
Like the Lenovo 82TL, 82V2, 82QF and 82UG, the 82YM (Yoga 7 14ARP8) requires an entry in the quirk list to enable the internal microphone. The latter two received similar fixes in commit 1263cc0 ("ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG"). Fixes: c008323 ("ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ") Cc: [email protected] Signed-off-by: Sven Frotscher <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e930bea commit 1948fa6

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, "82V2"),
242242
}
243243
},
244+
{
245+
.driver_data = &acp6x_card,
246+
.matches = {
247+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
248+
DMI_MATCH(DMI_PRODUCT_NAME, "82YM"),
249+
}
250+
},
244251
{
245252
.driver_data = &acp6x_card,
246253
.matches = {

0 commit comments

Comments
 (0)