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

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

ASoC: rt298: Add DMI match for Geminilake reference platform



Geminilake reference platform also uses combo jack for audio connector
so we need to set codec pdata to use this based on DMI match for this
board.

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent db2f586b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1163,6 +1163,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Broxton P")
		}
	},
	{
		.ident = "Intel Gemini Lake",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Intel Corp"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Geminilake")
		}
	},
	{ }
};