diff options
Diffstat (limited to 'sound/soc/jz4740/jz4740-i2s.c')
-rw-r--r-- | sound/soc/jz4740/jz4740-i2s.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/jz4740/jz4740-i2s.c b/sound/soc/jz4740/jz4740-i2s.c index 8f220009e0f6..3f9c3a9ae36f 100644 --- a/sound/soc/jz4740/jz4740-i2s.c +++ b/sound/soc/jz4740/jz4740-i2s.c | |||
@@ -31,10 +31,11 @@ | |||
31 | #include <sound/initval.h> | 31 | #include <sound/initval.h> |
32 | #include <sound/dmaengine_pcm.h> | 32 | #include <sound/dmaengine_pcm.h> |
33 | 33 | ||
34 | #include <asm/mach-jz4740/dma.h> | ||
35 | |||
36 | #include "jz4740-i2s.h" | 34 | #include "jz4740-i2s.h" |
37 | 35 | ||
36 | #define JZ4740_DMA_TYPE_AIC_TRANSMIT 24 | ||
37 | #define JZ4740_DMA_TYPE_AIC_RECEIVE 25 | ||
38 | |||
38 | #define JZ_REG_AIC_CONF 0x00 | 39 | #define JZ_REG_AIC_CONF 0x00 |
39 | #define JZ_REG_AIC_CTRL 0x04 | 40 | #define JZ_REG_AIC_CTRL 0x04 |
40 | #define JZ_REG_AIC_I2S_FMT 0x10 | 41 | #define JZ_REG_AIC_I2S_FMT 0x10 |