summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown2011-12-06 12:01:38 +0100
committerMark Brown2011-12-06 12:01:38 +0100
commit21abbb024fb782f176d7e9ddd3bef8207d024227 (patch)
tree706237be9d5c2d908408622851edfc1f63ab144f /sound/soc/codecs
parentASoC: Don't fail if we can't read the IRQ type in WM8903 (diff)
parentASoC: Fix build dependency for SND_SOC_JZ4740_CODEC (diff)
downloadkernel-qcow2-linux-21abbb024fb782f176d7e9ddd3bef8207d024227.tar.gz
kernel-qcow2-linux-21abbb024fb782f176d7e9ddd3bef8207d024227.tar.xz
kernel-qcow2-linux-21abbb024fb782f176d7e9ddd3bef8207d024227.zip
Merge branch 'for-3.2' into for-3.3
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/Kconfig2
-rw-r--r--sound/soc/codecs/jz4740.c1
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>