diff options
author | Padmavathi Venna <padma.v@samsung.com> | 2014-11-07 09:54:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-07 13:38:17 +0300 |
commit | b07597367001c2c4f36a97863530f71b84060d3d (patch) | |
tree | b17536d552ae19de1e0f2877c6e479843b419406 /include/linux/platform_data/asoc-s3c.h | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | linux-b07597367001c2c4f36a97863530f71b84060d3d.tar.xz |
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.h | 1 |
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; |