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

Commit 6b3cecd1 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt5645: Add dmi_system_id "Google Terra"



Add platform specific data for Terra project.

Signed-off-by: default avatarLuke_Yin@asus.com <Luke_Yin@asus.com>
Signed-off-by: default avatarBard Liao <bardliao@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3f58b703
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3392,6 +3392,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"),
		},
	},
	{
		.ident = "Google Terra",
		.callback = strago_quirk_cb,
		.matches = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Terra"),
		},
	},
	{ }
};