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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9

Similar to many other Lenovo models with AMD chips, the Lenovo
Yoga Pro 7 14ASP9 (product name 83HN) requires a specific quirk
to ensure internal mic detection. This patch adds a quirk fixing this.

Signed-off-by: Talhah Peerbhai <talhah.peerbhai@gmail.com>
Link: https://patch.msgid.link/20250515222741.144616-1-talhah.peerbhai@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Talhah Peerbhai and committed by
Mark Brown
a2820606 c132d8d5

+8 -1
+8 -1
sound/soc/amd/yc/acp6x-mach.c
··· 315 315 .driver_data = &acp6x_card, 316 316 .matches = { 317 317 DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), 318 + DMI_MATCH(DMI_PRODUCT_NAME, "83HN"), 319 + } 320 + }, 321 + { 322 + .driver_data = &acp6x_card, 323 + .matches = { 324 + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), 318 325 DMI_MATCH(DMI_PRODUCT_NAME, "83L3"), 319 326 } 320 327 }, ··· 367 360 DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"), 368 361 } 369 362 }, 370 - { 363 + { 371 364 .driver_data = &acp6x_card, 372 365 .matches = { 373 366 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),