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: yc: Add quirk for HP 200 G2a 16

Fix the missing mic on HP 200 G2a 16 by adding quirk with the
board ID 8EE4

Signed-off-by: Dirk Su <dirk.su@canonical.com>
Link: https://patch.msgid.link/20260129065038.39349-1-dirk.su@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Dirk Su and committed by
Mark Brown
611c7d22 e77a4081

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 643 643 { 644 644 .driver_data = &acp6x_card, 645 645 .matches = { 646 + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), 647 + DMI_MATCH(DMI_BOARD_NAME, "8EE4"), 648 + } 649 + }, 650 + { 651 + .driver_data = &acp6x_card, 652 + .matches = { 646 653 DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"), 647 654 DMI_MATCH(DMI_BOARD_NAME, "MRID6"), 648 655 }