summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJohn Lin <john.lin@realtek.com>2015-09-09 16:47:48 +0800
committerMark Brown <broonie@kernel.org>2015-09-09 12:28:54 +0100
commit721b51fcf91898299d96f4b72cb9434cda29dce6 (patch)
tree5ca685ecdffe2bf25aac623dca595d4756f35f89 /sound
parentc1713485f9fc06e1f4de9800b43f6486f2527379 (diff)
downloadop-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.c7
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"),
+ },
+ },
{ }
};
OpenPOWER on IntegriCloud