]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1403CDA
authorZhang Heng <zhangheng@kylinos.cn>
Thu, 4 Jun 2026 12:58:15 +0000 (20:58 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 9 Jun 2026 23:07:06 +0000 (00:07 +0100)
Add a DMI quirk for the ASUS EXPERTBOOK PM1403CDA fixing the issue
where the internal microphone was not detected.

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

index b426cda529a98ce89e53f2e63d5ff2c95e3aaca9..ce229f5d0d4687405369c78d34a77a55676cbe2c 100644 (file)
@@ -808,6 +808,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "MS-17LN"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_BOARD_NAME, "PM1403CDA"),
+               }
+       },
        {}
 };