Skip to content

Commit 611c7d2

Browse files
xantheinbroonie
authored andcommitted
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>
1 parent e77a408 commit 611c7d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
640640
DMI_MATCH(DMI_BOARD_NAME, "8BD6"),
641641
}
642642
},
643+
{
644+
.driver_data = &acp6x_card,
645+
.matches = {
646+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
647+
DMI_MATCH(DMI_BOARD_NAME, "8EE4"),
648+
}
649+
},
643650
{
644651
.driver_data = &acp6x_card,
645652
.matches = {

0 commit comments

Comments
 (0)