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

Commit 3f58b703 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt5645: Add dmi_system_id "Google Wizpig"



Add platform specific data for Wizpig project.

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