Commit b5338b1b authored by Marian Postevca's avatar Marian Postevca Committed by Mark Brown

ASoC: amd: acp: Add support for a new Huawei Matebook laptop

This commit adds support for Huawei MateBook D16 2021
with Ryzen 4600H in driver acp3x-es83xx.
Signed-off-by: default avatarMarian Postevca <posteuca@mutex.one>
Link: https://lore.kernel.org/r/20231202223001.8025-1-posteuca@mutex.oneSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent e238b68e
...@@ -103,6 +103,20 @@ static const struct config_entry config_table[] = { ...@@ -103,6 +103,20 @@ static const struct config_entry config_table[] = {
{} {}
}, },
}, },
{
.flags = FLAG_AMD_LEGACY,
.device = ACP_PCI_DEV_ID,
.dmi_table = (const struct dmi_system_id []) {
{
.matches = {
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"),
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HVY-WXX9"),
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1010"),
},
},
{}
},
},
{ {
.flags = FLAG_AMD_LEGACY, .flags = FLAG_AMD_LEGACY,
.device = ACP_PCI_DEV_ID, .device = ACP_PCI_DEV_ID,
......
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