mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks
@ 2023-02-16 15:50 Joseph Hunkeler
  2023-02-16 16:23 ` Mark Brown
  2023-02-17  1:54 ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Joseph Hunkeler @ 2023-02-16 15:50 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: Joseph Hunkeler, alsa-devel, linux-kernel

Enables display microphone on the HP OMEN 16z-n000 (8A42) laptop

Signed-off-by: Joseph Hunkeler <jhunkeler@gmail.com>
---
 sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 363147539..4e681e9c0 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -255,6 +255,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"),
+		}
+	},
 	{}
 };
 

base-commit: e1c04510f521e853019afeca2a5991a5ef8d6a5b
-- 
2.39.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-17  1:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 15:50 [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Joseph Hunkeler
2023-02-16 16:23 ` Mark Brown
2023-02-16 21:25   ` Joseph Hunkeler
2023-02-17  0:10     ` Mark Brown
2023-02-17  0:35       ` Joseph Hunkeler
2023-02-17  1:54 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®