summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/asoc-s3c.h
diff options
context:
space:
mode:
authorPadmavathi Venna <padma.v@samsung.com>2014-11-07 12:24:39 +0530
committerMark Brown <broonie@kernel.org>2014-11-07 10:38:17 +0000
commitb07597367001c2c4f36a97863530f71b84060d3d (patch)
treeb17536d552ae19de1e0f2877c6e479843b419406 /include/linux/platform_data/asoc-s3c.h
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
ASoC: Samsung: Add quirk for internal DMA
Internal DMA is available only on some of Samsung platforms. So added a quirk for the same and made it optional. Signed-off-by: Padmavathi Venna <padma.v@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/platform_data/asoc-s3c.h')
-rw-r--r--include/linux/platform_data/asoc-s3c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index a6591c693ebb..5e0bc779e6c5 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -27,6 +27,7 @@ struct samsung_i2s {
#define QUIRK_NO_MUXPSR (1 << 2)
#define QUIRK_NEED_RSTCLR (1 << 3)
#define QUIRK_SUPPORTS_TDM (1 << 4)
+#define QUIRK_SUPPORTS_IDMA (1 << 5)
/* Quirks of the I2S controller */
u32 quirks;
dma_addr_t idma_addr;