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 5.15-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-a.patch and it can be found in the queue-5.15 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 9a6e635caa4b3c2c87d2f1fbb79c61284cbad0f9 Author: BrenoRCBrito <brenorcbrito@xxxxxxxxx> Date: Fri Aug 18 18:14:16 2023 -0300 ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x [ Upstream commit 3b1f08833c45d0167741e4097b0150e7cf086102 ] 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> Stable-dep-of: b24e3590c94a ("ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 441b77d00f919..ef07c729174d0 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -166,6 +166,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "M3402RA"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"), + } + }, { .driver_data = &acp6x_card, .matches = {