]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1403CDA
authorZhang Heng <zhangheng@kylinos.cn>
Sat, 18 Jul 2026 08:09:49 +0000 (16:09 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 19 Jul 2026 21:06:48 +0000 (22:06 +0100)
Add a DMI quirk for the Asus Vivobook Pro 15 M6500RE fixing the
issue where the internal microphone was not detected.

https://bugzilla.kernel.org/show_bug.cgi?id=220806

Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260718080949.157230-1-zhangheng@kylinos.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index af1dce9c9b8a54549309b87940197f5adfdba39b..2f54d4e30539e5a1e870557ffd884645510a291f 100644 (file)
@@ -829,6 +829,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "PM1403CDA"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Vivobook_ASUSLaptop M6500RE_M6500RE"),
+               }
+       },
+
        {}
 };