]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add MSI Crosshair A16 HX D7WFKG to quirk table
author郑鸿源 <spark_psc@outlook.com>
Mon, 20 Jul 2026 19:31:58 +0000 (03:31 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 21 Jul 2026 14:47:47 +0000 (15:47 +0100)
The MSI Crosshair A16 HX D7WFKG has an internal digital microphone
connected through AMD ACP6x, but the system does not expose the
AcpDmicConnected ACPI property. As a result, acp_yc_mach does not bind
and no DMIC capture device is created.

Add a DMI quirk for this model. This was tested on a system with board
MS-15PL, BIOS E15PLAMS.10B, and AMD ACP6x rev 0x62. After applying the
quirk, the internal microphone appears as an acp6x DMIC capture device
and records correctly.

Signed-off-by: 郑鸿源 <spark_psc@outlook.com>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20260721-master-v1-1-6f56d5a54d96@outlook.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 2f54d4e30539e5a1e870557ffd884645510a291f..0d93e45b6178d69c6c953231149da4e8a05e8f55 100644 (file)
@@ -521,6 +521,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Vector A16 HX A8WHG"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Crosshair A16 HX D7WFKG"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {