Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / include / linux / platform_data / asoc-s3c.h
index 5e0bc77..33f88b4 100644 (file)
@@ -39,6 +39,10 @@ struct samsung_i2s {
  */
 struct s3c_audio_pdata {
        int (*cfg_gpio)(struct platform_device *);
+       void *dma_playback;
+       void *dma_capture;
+       void *dma_play_sec;
+       void *dma_capture_mic;
        union {
                struct samsung_i2s i2s;
        } type;