diff options
author | John Lin <john.lin@realtek.com> | 2015-09-21 13:38:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-22 19:41:10 +0300 |
commit | 942e4a30eb87a7565c1cd28a08825f58b0794711 (patch) | |
tree | 466e230b0dafd20f92fd7091a0237cef9946f83d /sound/soc/codecs/rt5645.c | |
parent | c962d03be31f12fd8eea435fa59e5289ce0cc284 (diff) | |
download | linux-942e4a30eb87a7565c1cd28a08825f58b0794711.tar.xz |
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>
Diffstat (limited to 'sound/soc/codecs/rt5645.c')
-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 b3eff733d778..65ea712cef82 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -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"), + }, + }, { } }; |