aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-09-14 19:53:39 +0100
committerMark Brown <broonie@kernel.org>2015-09-14 19:53:39 +0100
commitdf5c79e982b38eec1d184668d66f9ce0c426e2a1 (patch)
tree369bd8e59345e82944b3b8d7e8643d11e6c09f83 /sound
parentf17b329b73a0393dc9d5fc5b4457189f92e5bbef (diff)
parent721b51fcf91898299d96f4b72cb9434cda29dce6 (diff)
Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fix-rt5645
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 595ace9bcf58..dbc1d76d9d4e 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3199,6 +3199,13 @@ static const 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"),
+ },
+ },
{ }
};