Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x

Thinkpad Neo14 Ryzen Edition uses Ryzen 6800H processor, and adding to
quirks list for acp6x will enable internal mic.

Signed-off-by: Sicong Jiang <kevin.jiangsc@gmail.com>
Link: https://lore.kernel.org/r/20230531090635.89565-1-kevin.jiangsc@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Sicong Jiang and committed by
Mark Brown
57d1e890 e384dba0

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 175 175 .driver_data = &acp6x_card, 176 176 .matches = { 177 177 DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), 178 + DMI_MATCH(DMI_PRODUCT_NAME, "21EF"), 179 + } 180 + }, 181 + { 182 + .driver_data = &acp6x_card, 183 + .matches = { 184 + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), 178 185 DMI_MATCH(DMI_PRODUCT_NAME, "21EM"), 179 186 } 180 187 },