diff options
author | John Lin <john.lin@realtek.com> | 2015-09-09 16:47:48 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-09 12:28:54 +0100 |
commit | 721b51fcf91898299d96f4b72cb9434cda29dce6 (patch) | |
tree | 5ca685ecdffe2bf25aac623dca595d4756f35f89 /sound | |
parent | c1713485f9fc06e1f4de9800b43f6486f2527379 (diff) | |
download | op-kernel-dev-721b51fcf91898299d96f4b72cb9434cda29dce6.zip op-kernel-dev-721b51fcf91898299d96f4b72cb9434cda29dce6.tar.gz |
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>
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 610eacd..e620da1 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[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), }, }, + { + .ident = "Google Ultima", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"), + }, + }, { } }; |