diff options
author | John Lin <john.lin@realtek.com> | 2016-02-14 21:40:17 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-21 14:39:04 -0400 |
commit | 178ff7c6f3916aff3c3eaaec8636be3b41e93011 (patch) | |
tree | bafc35ba556b724b688bf64b9868604ce69fce75 | |
parent | d4a6360f19c1c551afcba42be98df04651fab31b (diff) |
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>
-rw-r--r-- | sound/soc/codecs/rt5645.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 7af5e7380d61..dff706ac7895 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -3557,6 +3557,12 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = { | |||
3557 | DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"), | 3557 | DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"), |
3558 | }, | 3558 | }, |
3559 | }, | 3559 | }, |
3560 | { | ||
3561 | .ident = "Google Setzer", | ||
3562 | .matches = { | ||
3563 | DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"), | ||
3564 | }, | ||
3565 | }, | ||
3560 | { } | 3566 | { } |
3561 | }; | 3567 | }; |
3562 | 3568 | ||