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

Commit d06de6d9 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown
Browse files

ASoC: rt286: set combo jack for Kabylake



Like in Skylake, Kabylake also uses combo jack so add Kabylake to
DMI match for combo jack configuration.

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent cc216887
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1100,6 +1100,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Skylake Client platform")
		}
	},
	{
		.ident = "Intel Kabylake RVP",
		.matches = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform")
		}
	},

	{ }
};