]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
authorLane Odenbach <laodenbach@gmail.com>
Tue, 15 Jul 2025 18:20:38 +0000 (13:20 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 16 Jul 2025 10:50:33 +0000 (11:50 +0100)
This fixes the internal microphone in the stated device

Signed-off-by: Lane Odenbach <laodenbach@gmail.com>
Link: https://patch.msgid.link/20250715182038.10048-1-laodenbach@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index c572691378d569fdb406baf337e52da5024a28db..f210a253da9f56ddd99c20888dbc312055611d61 100644 (file)
@@ -598,6 +598,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "8A7F"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+                       DMI_MATCH(DMI_BOARD_NAME, "8A81"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {