Commit e1267814 authored by Venkata Prasad Potturu's avatar Venkata Prasad Potturu Committed by Mark Brown

ASoC: amd: Remove extra dmi parameter

Remove extra dmi_product_family entry in amd config entry table.
Signed-off-by: default avatarVenkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://lore.kernel.org/r/20231206110620.1695591-3-venkataprasad.potturu@amd.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent f18818eb
...@@ -68,7 +68,6 @@ static const struct config_entry config_table[] = { ...@@ -68,7 +68,6 @@ static const struct config_entry config_table[] = {
.matches = { .matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Valve"), DMI_MATCH(DMI_SYS_VENDOR, "Valve"),
DMI_MATCH(DMI_PRODUCT_NAME, "Galileo"), DMI_MATCH(DMI_PRODUCT_NAME, "Galileo"),
DMI_MATCH(DMI_PRODUCT_FAMILY, "Sephiroth"),
}, },
}, },
{} {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment