From: Venkata Prasad Potturu Date: Wed, 6 Dec 2023 11:06:14 +0000 (+0530) Subject: ASoC: amd: Remove extra dmi parameter X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e12678141835c539fc17a2318ec4017a845935bd;p=linux.git ASoC: amd: Remove extra dmi parameter Remove extra dmi_product_family entry in amd config entry table. Signed-off-by: Venkata Prasad Potturu Link: https://lore.kernel.org/r/20231206110620.1695591-3-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/acp-config.c b/sound/soc/amd/acp-config.c index 19a30f1451436..04b58fb29a359 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"), }, }, {}