[PATCH v2] ASoC: amd: acp-config: change quirks to cover all ASUS FA401EA variants
From: Shengyu Qu
Date: Wed Aug 26 2026 - 13:37:17 EST
Existing quirk doesn't cover all known existing FA401EA devices, so use
"FA401EA" to cover all of them.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=221310#c49
Fixes: 27d090f3ccd4 ("ASoC: amd: acp: add ACP70 DMI override for new ASUS TUF platforms")
Signed-off-by: Shengyu Qu <wiagn@xxxxxxx>
---
Changes since v1:
- Use single item to match all variants
v1: https://lore.kernel.org/all/20260826094209.29299-1-wiagn@xxxxxxx/
---
sound/soc/amd/acp-config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/amd/acp-config.c b/sound/soc/amd/acp-config.c
index 3021dc498c855..75b8e8a1fd7e5 100644
--- a/sound/soc/amd/acp-config.c
+++ b/sound/soc/amd/acp-config.c
@@ -54,7 +54,7 @@ static const struct dmi_system_id acp70_acpi_flag_override_table[] = {
{
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC"),
- DMI_MATCH(DMI_PRODUCT_NAME, "TUF Gaming A14 FA401EA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "FA401EA"),
},
},
{
--
2.55.0