]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: add DMI quirk for ASUS M6501RM
authorAlexandru Andries <alex.andries.aa@gmail.com>
Mon, 7 Jul 2025 22:07:30 +0000 (01:07 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 7 Jul 2025 22:41:09 +0000 (23:41 +0100)
add DMI entry for ASUS Vivobook PRO 15X (M6501RM)
to make the internal microphone function

Signed-off-by: Alexandru Andries <alex.andries.aa@gmail.com>
Link: https://patch.msgid.link/20250707220730.361290-1-alex.andries.aa@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 97e340140d0c4b19a9d386fa628ac19c4194fde8..61fcc30c3353741d68062f9817a024b702342434 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, "M6501RM"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {