diff options
author | Mark Brown <broonie@linaro.org> | 2014-03-19 14:02:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-19 14:02:34 +0100 |
commit | 236b11de51c7501c454ca125d84152b06ef7f27e (patch) | |
tree | d0ca0b99961da2a8a46b4f86a57de8424dadce1d /sound/soc/codecs/rt5640.c | |
parent | regulator: s2mps11: Fix section mismatch (diff) | |
parent | Documentation: mfd: Add binding document for S2MPA01 (diff) | |
download | linux-236b11de51c7501c454ca125d84152b06ef7f27e.tar.xz linux-236b11de51c7501c454ca125d84152b06ef7f27e.zip |
Merge branch 'ib-mfd-regulator-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-s2mps11
Diffstat (limited to 'sound/soc/codecs/rt5640.c')
-rw-r--r-- | sound/soc/codecs/rt5640.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index a3fb41179636..886924934aa5 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c @@ -2093,6 +2093,7 @@ MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id); #ifdef CONFIG_ACPI static struct acpi_device_id rt5640_acpi_match[] = { { "INT33CA", 0 }, + { "10EC5640", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match); |