projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396b907
)
Add DMI ID for MSI Bravo 15 B7ED
author
Walt Holman
<waltholman09@gmail.com>
Sun, 10 Sep 2023 18:54:34 +0000
(13:54 -0500)
committer
Mark Brown
<broonie@kernel.org>
Mon, 11 Sep 2023 00:23:57 +0000
(
01:23
+0100)
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>
sound/soc/amd/yc/acp6x-mach.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/yc/acp6x-mach.c
b/sound/soc/amd/yc/acp6x-mach.c
index 3ec15b46fa35696f007ce86b4cec4cc35128937a..59aa2e9d3a799a89f6f9a5a7b62b3bdaf4f89a8a 100644
(file)
--- a/
sound/soc/amd/yc/acp6x-mach.c
+++ b/
sound/soc/amd/yc/acp6x-mach.c
@@
-262,6
+262,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 = {