summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Song <songxiebing@kylinos.cn>2026-04-30 04:49:20 +0300
committerMark Brown <broonie@kernel.org>2026-05-04 16:03:41 +0300
commit0e60d96616640ffcf51b81a87c71e30d92385a93 (patch)
treea2eedccc5b6e01889463893ff0d9ca4719c89c22
parentc64e77490b7e5d9dec738850f18878edb07e0f13 (diff)
downloadlinux-0e60d96616640ffcf51b81a87c71e30d92385a93.tar.xz
ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VE
The laptop requires a quirk ID to enable its internal microphone. Add it to the DMI quirk table. Reported-by: gannovera <gannovera@gmail.com> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218402 Signed-off-by: Bob Song <songxiebing@kylinos.cn> Link: https://patch.msgid.link/20260430014920.141276-1-songxiebing@kylinos.cn Signed-off-by: Mark Brown <broonie@kernel.org>
-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 c5cf45881416..dde1a144e4d4 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -483,6 +483,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 C7VE"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"),
}
},