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 <davidglanzman@yahoo.com> Link: https://patch.msgid.link/1249c09bd6bf696b59d087a4f546ae397828656c.camel@yahoo.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8451a3c commit 84e8d59

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
@@ -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)