Skip to content

Commit 205efd4

Browse files
gbrohammerbroonie
authored andcommitted
ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx (8A22)
This model requires an additional detection quirk to enable the internal microphone. Tried to use git send-email this time. Signed-off-by: Ge-org Brohammer <[email protected]> Link: https://lore.kernel.org/r/PAVP195MB2261322C220E95D7F4B2732ADABC9@PAVP195MB2261.EURP195.PROD.OUTLOOK.COM Signed-off-by: Mark Brown <[email protected]>
1 parent 3054996 commit 205efd4

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
@@ -269,6 +269,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
269269
DMI_MATCH(DMI_BOARD_NAME, "8A43"),
270270
}
271271
},
272+
{
273+
.driver_data = &acp6x_card,
274+
.matches = {
275+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
276+
DMI_MATCH(DMI_BOARD_NAME, "8A22"),
277+
}
278+
},
272279
{}
273280
};
274281

0 commit comments

Comments
 (0)