ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI quirk table
authorAl Raj Hassain <alrajhassain@gmail.com>
Mon, 4 Mar 2024 10:39:23 +0000 (16:09 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 4 Mar 2024 17:25:44 +0000 (17:25 +0000)
The HP Pavilion Aero Laptop 13-be2xxx(8BD6) requires a quirk entry for its internal microphone to function.

Signed-off-by: Al Raj Hassain <alrajhassain@gmail.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://msgid.link/r/20240304103924.13673-1-alrajhassain@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index abb9589..90360f8 100644 (file)
@@ -416,6 +416,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "8B2F"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+                       DMI_MATCH(DMI_BOARD_NAME, "8BD6"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {