summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/samsung/i2s.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c
index 60b67256e3a..08ab1d7de09 100644
--- a/sound/soc/samsung/i2s.c
+++ b/sound/soc/samsung/i2s.c
@@ -22,6 +22,7 @@
#include <sound/soc.h>
#include <sound/pcm_params.h>
+#include <sound/dmaengine_pcm.h>
#include <mach/dma.h>
@@ -88,6 +89,8 @@ struct i2s_dai {
/* Driver for this DAI */
struct snd_soc_dai_driver i2s_dai_drv;
/* DMA parameters */
+ struct snd_dmaengine_dai_dma_data snd_dma_playback;
+ struct snd_dmaengine_dai_dma_data snd_dma_capture;
struct s3c_dma_params dma_playback;
struct s3c_dma_params dma_capture;
struct s3c_dma_params idma_playback;