diff options
author | Mark Brown <broonie@kernel.org> | 2015-09-14 21:53:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 21:53:39 +0300 |
commit | df5c79e982b38eec1d184668d66f9ce0c426e2a1 (patch) | |
tree | 369bd8e59345e82944b3b8d7e8643d11e6c09f83 /sound/soc | |
parent | f17b329b73a0393dc9d5fc5b4457189f92e5bbef (diff) | |
parent | 721b51fcf91898299d96f4b72cb9434cda29dce6 (diff) | |
download | linux-df5c79e982b38eec1d184668d66f9ce0c426e2a1.tar.xz |
Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fix-rt5645
Diffstat (limited to 'sound/soc')
-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[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), }, }, + { + .ident = "Google Ultima", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"), + }, + }, { } }; |