Unverified Commit d63c219b authored by Tommaso Soncin's avatar Tommaso Soncin Committed by Mark Brown
Browse files

ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product line in quirk table



Add a DMI quirk for the HP OMEN Gaming Laptop 16-ap0xxx line fixing the
issue where the internal microphone was not detected.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarTommaso Soncin <soncintommaso@gmail.com>
Link: https://patch.msgid.link/20260429160858.538986-1-soncintommaso@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0f9bfb84
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -59,6 +59,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
			DMI_MATCH(DMI_PRODUCT_NAME, "OMEN Gaming Laptop 16-ap0xxx"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
@@ -675,6 +682,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_BOARD_NAME, "8EE4"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
			DMI_MATCH(DMI_BOARD_NAME, "8E35"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {