summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJohn Lin <john.lin@realtek.com>2015-09-09 10:47:48 +0200
committerMark Brown <broonie@kernel.org>2015-09-09 13:28:54 +0200
commit721b51fcf91898299d96f4b72cb9434cda29dce6 (patch)
tree5ca685ecdffe2bf25aac623dca595d4756f35f89 /sound
parentASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform (diff)
downloadlinux-721b51fcf91898299d96f4b72cb9434cda29dce6.tar.xz
linux-721b51fcf91898299d96f4b72cb9434cda29dce6.zip
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 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[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
},
},
+ {
+ .ident = "Google Ultima",
+ .callback = strago_quirk_cb,
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
+ },
+ },
{ }
};