Skip to content

Commit cfff2a7

Browse files
superm1broonie
authored andcommitted
ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL
Lenovo 82TL has DMIC connected like 82V2 does. Also match 82TL. Reported-by: wildjim@kiwinet.org Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217063 Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20230906182257.45736-1-mario.limonciello@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 739c031 commit cfff2a7

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
@@ -213,6 +213,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
213213
DMI_MATCH(DMI_PRODUCT_NAME, "21J6"),
214214
}
215215
},
216+
{
217+
.driver_data = &acp6x_card,
218+
.matches = {
219+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
220+
DMI_MATCH(DMI_PRODUCT_NAME, "82TL"),
221+
}
222+
},
216223
{
217224
.driver_data = &acp6x_card,
218225
.matches = {

0 commit comments

Comments
 (0)