diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-05-13 13:30:56 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-13 09:55:28 +0400 |
commit | 62477adf5f4ede918a97e648a5173b00bbbb17cc (patch) | |
tree | d450067daf66cc0e7ed8fcbfcd75d1331760c39d /sound/soc/mxs/mxs-saif.h | |
parent | e76af6d189075a0ca59bc654157e80da53559fb0 (diff) | |
download | linux-62477adf5f4ede918a97e648a5173b00bbbb17cc.tar.gz linux-62477adf5f4ede918a97e648a5173b00bbbb17cc.tar.bz2 linux-62477adf5f4ede918a97e648a5173b00bbbb17cc.zip |
ASoC: mxs: move to use generic DMA helper
With mxs-dma converted to generic DMA bindings, let's move mxs-pcm to
use it by removing flages SND_DMAENGINE_PCM_FLAG_NO_DT and
SND_DMAENGINE_PCM_FLAG_COMPAT. As the result, those mxs custom dma
params code can be removed now.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mxs/mxs-saif.h')
-rw-r--r-- | sound/soc/mxs/mxs-saif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mxs/mxs-saif.h b/sound/soc/mxs/mxs-saif.h index 3cb342e5bc90..53eaa4bf0e27 100644 --- a/sound/soc/mxs/mxs-saif.h +++ b/sound/soc/mxs/mxs-saif.h @@ -117,7 +117,6 @@ struct mxs_saif { unsigned int mclk_in_use; void __iomem *base; int irq; - struct mxs_pcm_dma_params dma_param; unsigned int id; unsigned int master_id; unsigned int cur_rate; |