This is a note to let you know that I've just added the patch titled ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VF to the 6.6-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-msi-bravo-15-c7vf.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From c6dce23ec993f7da7790a9eadb36864ceb60e942 Mon Sep 17 00:00:00 2001 From: Techno Mooney <techno.mooney@xxxxxxxxx> Date: Mon, 29 Jan 2024 15:11:47 +0700 Subject: ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VF From: Techno Mooney <techno.mooney@xxxxxxxxx> commit c6dce23ec993f7da7790a9eadb36864ceb60e942 upstream. The laptop requires a quirk ID to enable its internal microphone. Add it to the DMI quirk table. Reported-by: Techno Mooney <techno.mooney@xxxxxxxxx> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218402 Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Techno Mooney <techno.mooney@xxxxxxxxx> Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Link: https://msgid.link/r/20240129081148.1044891-1-bagasdotme@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 @@ -300,6 +300,13 @@ static const struct dmi_system_id yc_acp { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."), + DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"), DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"), } Patches currently in stable-queue which might be from techno.mooney@xxxxxxxxx are queue-6.6/asoc-amd-yc-add-dmi-quirk-for-msi-bravo-15-c7vf.patch