]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for MSI Raider A18 HX A7VHG
authorZhang Heng <zhangheng@kylinos.cn>
Wed, 5 Aug 2026 09:16:00 +0000 (17:16 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 5 Aug 2026 11:52:55 +0000 (12:52 +0100)
Add a DMI quirk for the MSI Raider A18 HX A7VHG fixing the
issue where the internal microphone was not detected.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=221574
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260805091600.318018-2-zhangheng@kylinos.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 78cf082e0d95cec9127abb4d20cb82158d9047e8..14b970f160201a26797e7e85c0b5eb282bbb960a 100644 (file)
@@ -535,6 +535,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Crosshair A16 HX D7WFKG"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Raider A18 HX A7VHG"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {