From: Markus Pargmann Date: Mon, 28 Apr 2014 10:54:46 +0000 (+0200) Subject: ASoC: fsl-ssi: Remove useless DMA code X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~4^7~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0f1604e93c686d8151c5a9bcbe36a2986caf40;p=pandora-kernel.git ASoC: fsl-ssi: Remove useless DMA code Simplify dma DT property handling. fsl,ssi-dma-events is not used anymore. It passes invalid data to imx_pcm_dma_params_init_data() which copies some data into an imx dma struct. This struct is never used in imx-dma or imx-sdma because of generic OF DMA handling. The "fsl,ssi-dma-events" is not used anywhere in dts files. Signed-off-by: Markus Pargmann Tested-By: Michael Grzeschik Signed-off-by: Mark Brown --- Reading git-diff-tree failed