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

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
......@@ -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"),
},
},
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment