Skip to content

Commit 7bab1bd

Browse files
Supertitan568broonie
authored andcommitted
ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
This fixes the internal microphone in the stated device Signed-off-by: Lane Odenbach <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ec5b9c8 commit 7bab1bd

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
@@ -598,6 +598,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
598598
DMI_MATCH(DMI_BOARD_NAME, "8A7F"),
599599
}
600600
},
601+
{
602+
.driver_data = &acp6x_card,
603+
.matches = {
604+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
605+
DMI_MATCH(DMI_BOARD_NAME, "8A81"),
606+
}
607+
},
601608
{
602609
.driver_data = &acp6x_card,
603610
.matches = {

0 commit comments

Comments
 (0)