diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-08-25 16:03:48 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-25 19:09:59 +0100 |
commit | c1713485f9fc06e1f4de9800b43f6486f2527379 (patch) | |
tree | e22abbf17f415e499176e868fabd32e7983e0036 /sound | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | linux-c1713485f9fc06e1f4de9800b43f6486f2527379.tar.gz linux-c1713485f9fc06e1f4de9800b43f6486f2527379.tar.bz2 linux-c1713485f9fc06e1f4de9800b43f6486f2527379.zip |
ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'sound')
-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 9ce311e088fc..610eacd34900 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3229,6 +3229,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Strago"), }, }, + { + .ident = "Google Celes", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), + }, + }, { } }; |