]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 15X M6501RR
authorGustavo Salvini <guspatagonico@gmail.com>
Tue, 10 Feb 2026 15:51:56 +0000 (12:51 -0300)
committerMark Brown <broonie@kernel.org>
Mon, 16 Feb 2026 16:30:39 +0000 (16:30 +0000)
The ASUS Vivobook Pro 15X (M6501RR) with AMD Ryzen 9 6900HX has an
internal DMIC that is not detected without a DMI quirk entry, as the
BIOS does not set the AcpDmicConnected ACPI _DSD property.

Adding the DMI entry enables the ACP6x DMIC machine driver to probe
successfully.

Cc: stable@vger.kernel.org
Signed-off-by: Gustavo Salvini <guspatagonico@gmail.com>
Link: https://patch.msgid.link/20260210155156.29079-1-guspatagonico@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 67f2fee1939804b93e66be545b98a01639865358..f1a63475100d1988374e9acfb10d8ad382cc87d5 100644 (file)
@@ -696,7 +696,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "XyloD5_RBU"),
                }
        },
-
+       {
+                       .driver_data = &acp6x_card,
+                       .matches = {
+                               DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "Vivobook_ASUSLaptop M6501RR_M6501RR"),
+                       }
+               },
        {}
 };