Skip to content

Commit 84e8d59

Browse files
dglanzmanbroonie
authored andcommitted
ASoC: amd: yc: Add quirk for HP Dragonfly pro one
Adds a quirk entry to enable the mic on HP Dragonfly pro one laptop Signed-off-by: David Lawrence Glanzman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8451a3c commit 84e8d59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
437437
DMI_MATCH(DMI_BOARD_NAME, "8A3E"),
438438
}
439439
},
440+
{
441+
.driver_data = &acp6x_card,
442+
.matches = {
443+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
444+
DMI_MATCH(DMI_BOARD_NAME, "8A7F"),
445+
}
446+
},
440447
{
441448
.driver_data = &acp6x_card,
442449
.matches = {

0 commit comments

Comments
 (0)