ASoC: amd: Add new dmi entries for acp5x platform
authorVenkata Prasad Potturu <venkataprasad.potturu@amd.com>
Wed, 6 Dec 2023 11:06:12 +0000 (16:36 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 6 Dec 2023 19:10:00 +0000 (19:10 +0000)
Add sys_vendor and product_name dmi entries for acp5x platform.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://lore.kernel.org/r/20231206110620.1695591-1-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-config.c

index 20cee7104c2b3095c1dfb226eec36a526f1490cd..19a30f14514362e3bdb56ddc6ce5408aca93e347 100644 (file)
@@ -3,7 +3,7 @@
 // This file is provided under a dual BSD/GPLv2 license. When using or
 // redistributing this file, you may do so under either license.
 //
-// Copyright(c) 2021 Advanced Micro Devices, Inc.
+// Copyright(c) 2021, 2023 Advanced Micro Devices, Inc.
 //
 // Authors: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
 //
@@ -47,6 +47,19 @@ 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_MATCH(DMI_SYS_VENDOR, "Valve"),
+                                       DMI_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
+                               },
+                       },
+                       {}
+               },
+       },
        {
                .flags = FLAG_AMD_SOF,
                .device = ACP_PCI_DEV_ID,