]> git.hungrycats.org Git - linux/commitdiff
ASoC: amd: yc: Add DMI entry for Alienware m18 R1 AMD
authorZhang Heng <zhangheng@kylinos.cn>
Mon, 24 Aug 2026 13:03:02 +0000 (21:03 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 25 Aug 2026 13:41:58 +0000 (14:41 +0100)
Add DMI entry so the YC machine driver probes on this model and
the internal DMIC works.

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

index 4f2ccf9e1fa694e9ead51c1dd56930590277227f..d1d2ab1bfefa56d42ddd8b39deaaa4316e793d93 100644 (file)
@@ -570,6 +570,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18 R1 AMD"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {