diff mbox series

[3/7] ASoC: amd: Remove extra dmi parameter

Message ID 20231206110620.1695591-3-venkataprasad.potturu@amd.com
State Accepted
Commit e12678141835c539fc17a2318ec4017a845935bd
Headers show
Series [1/7] ASoC: amd: Add new dmi entries for acp5x platform | expand

Commit Message

Venkata Prasad Potturu Dec. 6, 2023, 11:06 a.m. UTC
Remove extra dmi_product_family entry in amd config entry table.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
---
 sound/soc/amd/acp-config.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/amd/acp-config.c b/sound/soc/amd/acp-config.c
index 19a30f145143..04b58fb29a35 100644
--- a/sound/soc/amd/acp-config.c
+++ b/sound/soc/amd/acp-config.c
@@ -68,7 +68,6 @@  static const struct config_entry config_table[] = {
 				.matches = {
 					DMI_MATCH(DMI_SYS_VENDOR, "Valve"),
 					DMI_MATCH(DMI_PRODUCT_NAME, "Galileo"),
-					DMI_MATCH(DMI_PRODUCT_FAMILY, "Sephiroth"),
 				},
 			},
 			{}