ASoC: rt5645: Add dmi "Google Reks" for chrome

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
John Lin 2015-09-21 18:38:19 +08:00 committed by Mark Brown
parent c962d03be3
commit 942e4a30eb
1 changed files with 7 additions and 0 deletions

View File

@ -3228,6 +3228,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
},
},
{
.ident = "Google Reks",
.callback = strago_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
},
},
{ }
};