]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: amd: yc: Add MSI Thin A15 B7VF to quirk table
authorDanielePioGenovese <delitedaniele@gmail.com>
Fri, 20 Mar 2026 15:58:42 +0000 (16:58 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 24 Mar 2026 13:29:18 +0000 (13:29 +0000)
Add the MSI Thin A15 B7VF to the quirk table to enable the internal
microphone, which otherwise does not work out of the box.

Signed-off-by: DanielePioGenovese <delitedaniele@gmail.com>
Link: https://patch.msgid.link/20260320155842.55304-1-delitedaniele@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 1c73d2123b5a94cc4d5116d99f6e37f5ef10017f..2b37330d4b3ca9d862a2baad055cb28eb8caeb92 100644 (file)
@@ -724,6 +724,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7VF"),
+               }
+       },
        {}
 };