Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: acp: Fix support for a Huawei Matebook laptop

Previous commit that added support for Huawei MateBook D16 2021
with Ryzen 4600H (HVY-WXX9 M1010) was incomplete.

To activate support for this laptop, the DMI table in
acp3x-es83xx machine driver must also be updated.

Fixes: b5338b1b901e ("ASoC: amd: acp: Add support for a new Huawei Matebook laptop")
Signed-off-by: Marian Postevca <posteuca@mutex.one>
Link: https://msgid.link/r/20240128172229.657142-1-posteuca@mutex.one
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Marian Postevca and committed by
Mark Brown
5513c5d0 5d71e600

+8
+8
sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c
··· 358 358 .matches = { 359 359 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"), 360 360 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HVY-WXX9"), 361 + DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1010"), 362 + }, 363 + .driver_data = (void *)(ES83XX_ENABLE_DMIC), 364 + }, 365 + { 366 + .matches = { 367 + DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "HUAWEI"), 368 + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HVY-WXX9"), 361 369 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1020"), 362 370 }, 363 371 .driver_data = (void *)(ES83XX_ENABLE_DMIC),