diff options
author | Mark Brown <broonie@kernel.org> | 2015-11-25 16:00:59 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-25 16:00:59 +0300 |
commit | 25e342bc1d987966975c4b4641e46df6a8a6d2fd (patch) | |
tree | 19d2765625d7b353faff5d04815d7042fd241317 /sound/soc/codecs/rt5645.c | |
parent | 730b5ec8ac3c2b0532edf0cc0291d29fa500a712 (diff) | |
parent | 6b3cecd11539178978e1f54fe1363c39fe0db045 (diff) | |
download | linux-25e342bc1d987966975c4b4641e46df6a8a6d2fd.tar.xz |
Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rt5645
Diffstat (limited to 'sound/soc/codecs/rt5645.c')
-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 2c4f06fae8c6..7b140ccf9d2e 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3572,6 +3572,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"), }, }, + { + .ident = "Google Terra", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Terra"), + }, + }, { } }; |