Skip to content

Commit b2ec90a

Browse files
committed
ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
JIRA: https://issues.redhat.com/browse/RHEL-118909 commit 7bab1bd Author: Lane Odenbach <laodenbach@gmail.com> Date: Tue Jul 15 13:20:38 2025 -0500 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 <laodenbach@gmail.com> Link: https://patch.msgid.link/20250715182038.10048-1-laodenbach@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent a53c7bb commit b2ec90a

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)