]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VE
authorBob Song <songxiebing@kylinos.cn>
Thu, 30 Apr 2026 01:49:20 +0000 (09:49 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:03:41 +0000 (22:03 +0900)
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>
sound/soc/amd/yc/acp6x-mach.c

index c5cf45881416f339d01008ed4feb633df50f271a..dde1a144e4d44f8b22ba41a2025c9af61c3b6358 100644 (file)
@@ -479,6 +479,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 B7ED"),
                }
        },
+       {
+               .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 = {