Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a249a956 authored by Hans de Goede's avatar Hans de Goede Committed by Mark Brown
Browse files

ASoC: rt5645: add platform data for the Teclast X80 Pro tablet



The Teclast X80 Pro tablet needs jd_mode = 3 for headset jack detection.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 78f5605c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3676,6 +3676,14 @@ static const struct dmi_system_id dmi_platform_data[] = {
		},
		.driver_data = (void *)&jd_mode3_platform_data,
	},
	{
		.ident = "Teclast X80 Pro",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "TECLAST"),
			DMI_MATCH(DMI_PRODUCT_NAME, "X80 Pro"),
		},
		.driver_data = (void *)&jd_mode3_platform_data,
	},
	{ }
};