This is a note to let you know that I've just added the patch titled ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x to the 6.1-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-vivobook-pro-15-to-quirks-list-for-acp6x.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 3b1f08833c45d0167741e4097b0150e7cf086102 Mon Sep 17 00:00:00 2001 From: BrenoRCBrito <brenorcbrito@xxxxxxxxx> Date: Fri, 18 Aug 2023 18:14:16 -0300 Subject: ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x From: BrenoRCBrito <brenorcbrito@xxxxxxxxx> commit 3b1f08833c45d0167741e4097b0150e7cf086102 upstream. VivoBook Pro 15 Ryzen Edition uses Ryzen 6800H processor, and adding to quirks list for acp6x will enable internal mic. Signed-off-by: BrenoRCBrito <brenorcbrito@xxxxxxxxx> Link: https://lore.kernel.org/r/20230818211417.32167-1-brenorcbrito@xxxxxxxxx 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, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "TIMI"), DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book Pro 15 2022"), } Patches currently in stable-queue which might be from brenorcbrito@xxxxxxxxx are queue-6.1/asoc-amd-yc-add-vivobook-pro-15-to-quirks-list-for-acp6x.patch