From: Joseph Hunkeler Date: Thu, 16 Feb 2023 15:50:07 +0000 (-0500) Subject: ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks X-Git-Tag: v6.6.7~3340^2~4^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22ce6843abec19270bf69b176d7ee0a4ef781da5;p=platform%2Fkernel%2Flinux-starfive.git ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks Enables display microphone on the HP OMEN 16z-n000 (8A42) laptop Signed-off-by: Joseph Hunkeler Link: https://lore.kernel.org/r/20230216155007.26143-1-jhunkeler@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 00fb976..c061519 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -248,6 +248,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "15NBC1011"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"), + } + }, {} };