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

ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI quirk table

The HP Pavilion Aero Laptop 13-be2xxx(8BD6) requires a quirk entry for its internal microphone to function.

Signed-off-by: Al Raj Hassain <alrajhassain@gmail.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://msgid.link/r/20240304103924.13673-1-alrajhassain@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Al Raj Hassain and committed by
Mark Brown
b3a51137 cbae1a35

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 419 419 { 420 420 .driver_data = &acp6x_card, 421 421 .matches = { 422 + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), 423 + DMI_MATCH(DMI_BOARD_NAME, "8BD6"), 424 + } 425 + }, 426 + { 427 + .driver_data = &acp6x_card, 428 + .matches = { 422 429 DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"), 423 430 DMI_MATCH(DMI_BOARD_NAME, "MRID6"), 424 431 }