lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260129065038.39349-1-dirk.su@canonical.com>
Date: Thu, 29 Jan 2026 14:50:19 +0800
From: Dirk Su <dirk.su@...onical.com>
To: 
Cc: dirk.su@...onical.com,
	Liam Girdwood <lgirdwood@...il.com>,
	Mark Brown <broonie@...nel.org>,
	Jaroslav Kysela <perex@...ex.cz>,
	Takashi Iwai <tiwai@...e.com>,
	Lane Odenbach <laodenbach@...il.com>,
	Oliver Schramm <oliver.schramm97@...il.com>,
	Adam Queler <queler@...il.com>,
	Mario Limonciello <mario.limonciello@....com>,
	Gabriel Santese <santesegabriel@...il.com>,
	Raven Black <ravenblack@...il.com>,
	Radhi Bajahaw <bajahawradhi@...il.com>,
	Alexandru Andries <alex.andries.aa@...il.com>,
	Talhah Peerbhai <talhah.peerbhai@...il.com>,
	meowmeowbeanz <meowmeowbeanz@....com>,
	Yuzuru10 <yuzuru_10@...ton.me>,
	keenplify <keenplify@...il.com>,
	Syed Saba kareem <syed.sabakareem@....com>,
	linux-sound@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] ASoC: amd: yc: Add quirk for HP 200 G2a 16

Fix the missing mic on HP 200 G2a 16 by adding quirk with the
board ID 8EE4

Signed-off-by: Dirk Su <dirk.su@...onical.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 0294177acc663..500b4fda0581f 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -633,6 +633,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "8BD6"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+			DMI_MATCH(DMI_BOARD_NAME, "8EE4"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ