Unverified Commit e2cb8ef0 authored by Andrew Elantsev's avatar Andrew Elantsev Committed by Mark Brown
Browse files

ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025



Add a DMI quirk for the Honor MagicBook X16 2025 laptop
fixing the issue where the internal microphone was
not detected.

Signed-off-by: default avatarAndrew Elantsev <elantsew.andrew@gmail.com>
Link: https://patch.msgid.link/20251210203800.142822-1-elantsew.andrew@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4d4021b0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -661,6 +661,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7UCX"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "HONOR"),
			DMI_MATCH(DMI_PRODUCT_NAME, "GOH-X"),
		}
	},
	{}
};