]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
authorAdam Queler <queler@gmail.com>
Tue, 15 Jul 2025 03:14:24 +0000 (23:14 -0400)
committerMark Brown <broonie@kernel.org>
Tue, 15 Jul 2025 12:28:47 +0000 (13:28 +0100)
This model requires an additional detection quirk to
enable the internal microphone.

Signed-off-by: Adam Queler <queler+k@gmail.com>
Link: https://patch.msgid.link/20250715031434.222062-1-queler+k@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 61fcc30c3353741d68062f9817a024b702342434..c572691378d569fdb406baf337e52da5024a28db 100644 (file)
@@ -542,6 +542,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Victus by HP Gaming Laptop 15-fb1xxx"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {