]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA
authorVee Satayamas <vsatayamas@gmail.com>
Sun, 15 Mar 2026 14:25:12 +0000 (21:25 +0700)
committerMark Brown <broonie@kernel.org>
Tue, 17 Mar 2026 14:28:54 +0000 (14:28 +0000)
Add a DMI quirk for the Asus Expertbook BM1403CDA to resolve the issue of the
internal microphone not being detected.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=221236
Signed-off-by: Vee Satayamas <vsatayamas@gmail.com>
Reviewed-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260315142511.66029-2-vsatayamas@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 1324543b42d724516e06455280fe6dc178e8781a..c536de1bb94ad09c6919c928bfe0230d104d5681 100644 (file)
@@ -717,6 +717,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, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_BOARD_NAME, "BM1403CDA"),
+               }
+       },
        {}
 };