This is a note to let you know that I've just added the patch titled ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8 to the 6.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-amd-yc-add-dmi-quirk-for-lenovo-ideapad-pro-5-16arp8.patch and it can be found in the queue-6.7 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 610010737f74482a61896596a0116876ecf9e65c Mon Sep 17 00:00:00 2001 From: Mario Limonciello <mario.limonciello@xxxxxxx> Date: Mon, 5 Feb 2024 15:48:53 -0600 Subject: ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8 From: Mario Limonciello <mario.limonciello@xxxxxxx> commit 610010737f74482a61896596a0116876ecf9e65c upstream. The laptop requires a quirk ID to enable its internal microphone. Add it to the DMI quirk table. Reported-by: Stanislav Petrov <stanislav.i.petrov@xxxxxxxxx> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=216925 Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx> Link: https://lore.kernel.org/r/20240205214853.2689-1-mario.limonciello@xxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/soc/amd/yc/acp6x-mach.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -251,6 +251,13 @@ static const struct dmi_system_id yc_acp { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "83AS"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"), } Patches currently in stable-queue which might be from mario.limonciello@xxxxxxx are queue-6.7/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch queue-6.7/drm-amd-don-t-init-mec2-firmware-when-it-fails-to-load.patch queue-6.7/drm-amd-display-fix-dcn35-8k30-underflow-corruption-issue.patch queue-6.7/crypto-ccp-fix-null-pointer-dereference-in-__sev_platform_shutdown_locked.patch queue-6.7/asoc-amd-yc-add-dmi-quirk-for-lenovo-ideapad-pro-5-16arp8.patch queue-6.7/iio-accel-bma400-fix-a-compilation-problem.patch queue-6.7/drm-amd-display-add-align-done-check.patch queue-6.7/drm-amd-display-preserve-original-aspect-ratio-in-create-stream.patch queue-6.7/drm-buddy-fix-alloc_range-error-handling-code.patch queue-6.7/drm-amd-display-fix-array-index-out-of-bounds-in-dcn35_clkmgr.patch queue-6.7/revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-entry.patch