ASoC: amd: acp: Add support for a new Huawei Matebook laptop
authorMarian Postevca <posteuca@mutex.one>
Sat, 2 Dec 2023 22:29:51 +0000 (00:29 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2023 13:00:12 +0000 (13:00 +0000)
This commit adds support for Huawei MateBook D16 2021
with Ryzen 4600H in driver acp3x-es83xx.

Signed-off-by: Marian Postevca <posteuca@mutex.one>
Link: https://lore.kernel.org/r/20231202223001.8025-1-posteuca@mutex.one
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-config.c

index 20cee7104c2b3095c1dfb226eec36a526f1490cd..3bc4b2e41650e693c23d7a1972e134beae23194a 100644 (file)
@@ -103,6 +103,20 @@ static const struct config_entry config_table[] = {
                        {}
                },
        },
+       {
+               .flags = FLAG_AMD_LEGACY,
+               .device = ACP_PCI_DEV_ID,
+               .dmi_table = (const struct dmi_system_id []) {
+                       {
+                               .matches = {
+                                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"),
+                                       DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HVY-WXX9"),
+                                       DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1010"),
+                               },
+                       },
+                       {}
+               },
+       },
        {
                .flags = FLAG_AMD_LEGACY,
                .device = ACP_PCI_DEV_ID,