Skip to content

Commit b5338b1

Browse files
Marian Postevcabroonie
authored andcommitted
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: Marian Postevca <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e238b68 commit b5338b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sound/soc/amd/acp-config.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,20 @@ static const struct config_entry config_table[] = {
103103
{}
104104
},
105105
},
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+
},
106120
{
107121
.flags = FLAG_AMD_LEGACY,
108122
.device = ACP_PCI_DEV_ID,

0 commit comments

Comments
 (0)