Unverified Commit a2820606 authored by Talhah Peerbhai's avatar Talhah Peerbhai Committed by Mark Brown
Browse files

ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9



Similar to many other Lenovo models with AMD chips, the Lenovo
Yoga Pro 7 14ASP9 (product name 83HN) requires a specific quirk
to ensure internal mic detection. This patch adds a quirk fixing this.

Signed-off-by: default avatarTalhah Peerbhai <talhah.peerbhai@gmail.com>
Link: https://patch.msgid.link/20250515222741.144616-1-talhah.peerbhai@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c132d8d5
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -311,6 +311,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "83AS"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_NAME, "83HN"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {