Skip to content

Commit ed00a69

Browse files
jwangacbroonie
authored andcommitted
ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2
Like many other models, the Lenovo 21J2 (ThinkBook 16 G5+ APO) needs a quirk entry for the internal microphone to function. Signed-off-by: Jiawei Wang <me@jwang.link> Link: https://msgid.link/r/20240228073914.232204-2-me@jwang.link Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 316a784 commit ed00a69

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
@@ -199,6 +199,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
199199
DMI_MATCH(DMI_PRODUCT_NAME, "21HY"),
200200
}
201201
},
202+
{
203+
.driver_data = &acp6x_card,
204+
.matches = {
205+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
206+
DMI_MATCH(DMI_PRODUCT_NAME, "21J2"),
207+
}
208+
},
202209
{
203210
.driver_data = &acp6x_card,
204211
.matches = {

0 commit comments

Comments
 (0)