From: Lane Odenbach Date: Tue, 15 Jul 2025 18:20:38 +0000 (-0500) Subject: ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx X-Git-Tag: v6.16-rc7~30^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bab1bd9fdf15b9fa7e6a4b0151deab93df3c80d;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250715182038.10048-1-laodenbach@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index c572691378d56..f210a253da9f5 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -598,6 +598,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_BOARD_NAME, "8A7F"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_BOARD_NAME, "8A81"), + } + }, { .driver_data = &acp6x_card, .matches = {