]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: amd: yc: Add quirk for HP 200 G2a 16
authorDirk Su <dirk.su@canonical.com>
Thu, 29 Jan 2026 06:50:19 +0000 (14:50 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2026 12:09:27 +0000 (12:09 +0000)
Fix the missing mic on HP 200 G2a 16 by adding quirk with the
board ID 8EE4

Signed-off-by: Dirk Su <dirk.su@canonical.com>
Link: https://patch.msgid.link/20260129065038.39349-1-dirk.su@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index c18da0915baad8329e7f37a1d5b11808019f95c1..67f2fee1939804b93e66be545b98a01639865358 100644 (file)
@@ -640,6 +640,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "8BD6"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+                       DMI_MATCH(DMI_BOARD_NAME, "8EE4"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {