This is a note to let you know that I've just added the patch titled Add DMI ID for MSI Bravo 15 B7ED to the 6.5-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: add-dmi-id-for-msi-bravo-15-b7ed.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit f21c43e680c875ffda0914501a58a121599e8a36 Author: Walt Holman <waltholman09@xxxxxxxxx> Date: Sun Sep 10 13:54:34 2023 -0500 Add DMI ID for MSI Bravo 15 B7ED [ Upstream commit e616a916fe8431ebd5eb3cf4ac224d143c57083c ] Signed-off-by: Walt Holman <waltholman09@xxxxxxxxx> Link: https://lore.kernel.org/r/20230910185433.13677-1-waltholman09@xxxxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> 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 f7ee792bd1be9..ba3094b1e90a0 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -255,6 +255,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."), + DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 B7ED"), + } + }, { .driver_data = &acp6x_card, .matches = {