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

Commit 178ff7c6 authored by John Lin's avatar John Lin Committed by Mark Brown
Browse files

ASoC: rt5645: Add dmi_system_id "Google Setzer"



Add platform specific data for Setzer project.

Signed-off-by: default avatarJohn Lin <john.lin@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent d4a6360f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3557,6 +3557,12 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
			DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
		},
	},
	{
		.ident = "Google Setzer",
		.matches = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"),
		},
	},
	{ }
};