Unverified Commit bf39286a authored by Oliver Schramm's avatar Oliver Schramm Committed by Mark Brown
Browse files

ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15



It's smaller brother has already received the patch to enable the microphone,
now add it too to the DMI quirk table.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarOliver Schramm <oliver.schramm97@gmail.com>
Link: https://patch.msgid.link/20250621223000.11817-2-oliver.schramm97@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7186b818
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -367,6 +367,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "83J2"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_NAME, "83J3"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {