projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18818e
)
ASoC: amd: Remove extra dmi parameter
author
Venkata Prasad Potturu
<venkataprasad.potturu@amd.com>
Wed, 6 Dec 2023 11:06:14 +0000
(16:36 +0530)
committer
Mark Brown
<broonie@kernel.org>
Wed, 6 Dec 2023 19:10:02 +0000
(19:10 +0000)
Remove extra dmi_product_family entry in amd config entry table.
Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link:
https://lore.kernel.org/r/20231206110620.1695591-3-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-config.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp-config.c
b/sound/soc/amd/acp-config.c
index 19a30f14514362e3bdb56ddc6ce5408aca93e347..04b58fb29a359b03b01054ab3d5ad352dadf5f7c 100644
(file)
--- 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"),
},
},
{}