diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-06 12:01:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-06 12:01:38 +0100 |
commit | 21abbb024fb782f176d7e9ddd3bef8207d024227 (patch) | |
tree | 706237be9d5c2d908408622851edfc1f63ab144f | |
parent | ASoC: Don't fail if we can't read the IRQ type in WM8903 (diff) | |
parent | ASoC: Fix build dependency for SND_SOC_JZ4740_CODEC (diff) | |
download | linux-21abbb024fb782f176d7e9ddd3bef8207d024227.tar.xz linux-21abbb024fb782f176d7e9ddd3bef8207d024227.zip |
Merge branch 'for-3.2' into for-3.3
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 | ||||
-rw-r--r-- | sound/soc/codecs/jz4740.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index bc2364aced1b..7c205e77d83a 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -35,7 +35,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_CX20442 select SND_SOC_DA7210 if I2C select SND_SOC_DFBMCS320 - select SND_SOC_JZ4740_CODEC if SOC_JZ4740 + select SND_SOC_JZ4740_CODEC select SND_SOC_LM4857 if I2C select SND_SOC_MAX98088 if I2C select SND_SOC_MAX98095 if I2C diff --git a/sound/soc/codecs/jz4740.c b/sound/soc/codecs/jz4740.c index 517e2a516daf..d73d28317c00 100644 --- a/sound/soc/codecs/jz4740.c +++ b/sound/soc/codecs/jz4740.c @@ -15,6 +15,7 @@ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> +#include <linux/io.h> #include <linux/delay.h> |