ASoC: rt5645: Add dmi_system_id "Google Setzer"

Add platform specific data for Setzer project.

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
John Lin 2016-02-15 10:40:17 +08:00 committed by Mark Brown
parent d4a6360f19
commit 178ff7c6f3
1 changed files with 6 additions and 0 deletions

View File

@ -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"),
},
},
{ }
};