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

Commit 7327a946 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus

parents 6a9905e5 fe0dfd63
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1108,6 +1108,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform")
		}
	},
	{
		.ident = "Thinkpad Helix 2nd",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Helix 2nd")
		}
	},

	{ }
};