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

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

ASoC: rt286: set combo jack for Skylake



Skylake platform also uses combo jack configuration, so add
Skylake to existing DMI match for combo jack

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Acked-by: default avatarBard Liao <bardliao@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4bbda49c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1114,6 +1114,12 @@ static const struct dmi_system_id force_combo_jack_table[] = {
			DMI_MATCH(DMI_BOARD_NAME, "Wilson Beach SDS")
		}
	},
	{
		.ident = "Intel Skylake RVP",
		.matches = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Skylake Client platform")
		}
	},
	{ }
};