diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-02 06:42:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-02 06:42:35 -0700 |
| commit | af0987f562ce5dc96b4426d7559270c0f157b594 (patch) | |
| tree | ea98f9f79cc97b067aeae975cbbdc32a8d0c902d /include/linux/platform_data | |
| parent | 391a76b271e7b3bde4b267fbc6a7e465444e7fd6 (diff) | |
| parent | f145f4147857a00bb23251d5d7f0df5791633a92 (diff) | |
Merge "Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4"
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/asoc-s3c.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h index 5e0bc779e6c5..33f88b4479e4 100644 --- a/include/linux/platform_data/asoc-s3c.h +++ b/include/linux/platform_data/asoc-s3c.h @@ -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; |
