]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Fix microphone on ASUS M6500RE
authorRadhi Bajahaw <bajahawradhi@gmail.com>
Mon, 12 Jan 2026 20:38:14 +0000 (21:38 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 13 Jan 2026 11:55:23 +0000 (11:55 +0000)
Add DMI match for ASUSTeK COMPUTER INC. M6500RE to enable the
internal microphone.

Signed-off-by: Radhi Bajahaw <bajahawradhi@gmail.com>
Link: https://patch.msgid.link/20260112203814.155-1-bajahawradhi@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index bf4d9d336561734943e6b203902f22a7fe0a60f2..0294177acc66375ec90b669dec3b5402f08ceed2 100644 (file)
@@ -416,6 +416,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "M6500RE"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {