Skip to content

Commit a75481f

Browse files
leoheartsbroonie
authored andcommitted
ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks table
Lenovo Thinkbook 14+ 2022 (ThinkBook 14 G4+ ARA) uses Ryzen 6000 processor, and has the same microphone problem as other ThinkPads with AMD Ryzen 6000 series CPUs, which has been listed in https://bugzilla.kernel.org/show_bug.cgi?id=216267. Adding 21D0 to quirks table solves this microphone problem for ThinkBook 14 G4+ ARA. Signed-off-by: Taroe Leohearts <[email protected]> Link: https://lore.kernel.org/r/26B141B486BEF706+313d1732-e00c-ea41-3123-0d048d40ebb6@leohearts.com Signed-off-by: Mark Brown <[email protected]>
1 parent 0e21381 commit a75481f

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
@@ -52,6 +52,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
5252
DMI_MATCH(DMI_PRODUCT_NAME, "21D0"),
5353
}
5454
},
55+
{
56+
.driver_data = &acp6x_card,
57+
.matches = {
58+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
59+
DMI_MATCH(DMI_PRODUCT_NAME, "21D0"),
60+
}
61+
},
5562
{
5663
.driver_data = &acp6x_card,
5764
.matches = {

0 commit comments

Comments
 (0)