diff options
author | John Lin <john.lin@realtek.com> | 2015-09-09 04:47:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-09 07:28:54 -0400 |
commit | 721b51fcf91898299d96f4b72cb9434cda29dce6 (patch) | |
tree | 5ca685ecdffe2bf25aac623dca595d4756f35f89 | |
parent | c1713485f9fc06e1f4de9800b43f6486f2527379 (diff) |
ASoC: rt5645: Add struct dmi_system_id "Google Ultima" for chrome platform
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 610eacd34900..e620da164516 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -3236,6 +3236,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = { | |||
3236 | DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), | 3236 | DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), |
3237 | }, | 3237 | }, |
3238 | }, | 3238 | }, |
3239 | { | ||
3240 | .ident = "Google Ultima", | ||
3241 | .callback = strago_quirk_cb, | ||
3242 | .matches = { | ||
3243 | DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"), | ||
3244 | }, | ||
3245 | }, | ||
3239 | { } | 3246 | { } |
3240 | }; | 3247 | }; |
3241 | 3248 | ||