diff options
author | Mark Brown <broonie@kernel.org> | 2015-09-14 14:53:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 14:53:39 -0400 |
commit | df5c79e982b38eec1d184668d66f9ce0c426e2a1 (patch) | |
tree | 369bd8e59345e82944b3b8d7e8643d11e6c09f83 /sound | |
parent | f17b329b73a0393dc9d5fc5b4457189f92e5bbef (diff) | |
parent | 721b51fcf91898299d96f4b72cb9434cda29dce6 (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.c | 7 |
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[] = { | |||
3199 | DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), | 3199 | DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), |
3200 | }, | 3200 | }, |
3201 | }, | 3201 | }, |
3202 | { | ||
3203 | .ident = "Google Ultima", | ||
3204 | .callback = strago_quirk_cb, | ||
3205 | .matches = { | ||
3206 | DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"), | ||
3207 | }, | ||
3208 | }, | ||
3202 | { } | 3209 | { } |
3203 | }; | 3210 | }; |
3204 | 3211 | ||