We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e238b68 commit b5338b1Copy full SHA for b5338b1
sound/soc/amd/acp-config.c
@@ -103,6 +103,20 @@ static const struct config_entry config_table[] = {
103
{}
104
},
105
106
+ {
107
+ .flags = FLAG_AMD_LEGACY,
108
+ .device = ACP_PCI_DEV_ID,
109
+ .dmi_table = (const struct dmi_system_id []) {
110
111
+ .matches = {
112
+ DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"),
113
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HVY-WXX9"),
114
+ DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1010"),
115
+ },
116
117
+ {}
118
119
120
{
121
.flags = FLAG_AMD_LEGACY,
122
.device = ACP_PCI_DEV_ID,
0 commit comments