summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorWalt Holman <waltholman09@gmail.com>2023-09-10 13:54:34 -0500
committerMark Brown <broonie@kernel.org>2023-09-11 01:23:57 +0100
commite616a916fe8431ebd5eb3cf4ac224d143c57083c (patch)
treeb11515d709e32f952408cfdeaa598b9c2b8d01d8 /sound/soc
parent396b907919e028d89bac912e49de014485deb8dc (diff)
downloadlinux-stable-e616a916fe8431ebd5eb3cf4ac224d143c57083c.tar.gz
linux-stable-e616a916fe8431ebd5eb3cf4ac224d143c57083c.tar.bz2
linux-stable-e616a916fe8431ebd5eb3cf4ac224d143c57083c.zip
Add DMI ID for MSI Bravo 15 B7ED
Signed-off-by: Walt Holman <waltholman09@gmail.com> Link: https://lore.kernel.org/r/20230910185433.13677-1-waltholman09@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/amd/yc/acp6x-mach.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 3ec15b46fa35..59aa2e9d3a79 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -265,6 +265,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
{
.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 = {
DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"),
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"),
}