MLK-17442: ASoC: fsl: fix wrong usage of filter_data
authorShengjiu Wang <shengjiu.wang@nxp.com>
Tue, 23 Jan 2018 05:25:40 +0000 (13:25 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:53:28 +0000 (14:53 -0500)
commit0379bd74c903e26ac9ebd2d08d5ae062f2e5e52f
tree9fc2967dbfead6ec894ed308da49f37dd1b4511d
parentc74b9735889bdb7eae35a9772e9da4a65493191c
MLK-17442: ASoC: fsl: fix wrong usage of filter_data

The filter_data should be used for dma_filter_fn function,
but we used the filter_data wrongly for dma channel name.
This patch is to fix the issue.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviwed-by: Daniel Baluta <daniel.baluta@nxp.com>
sound/soc/fsl/fsl_esai.c
sound/soc/fsl/fsl_sai.c
sound/soc/fsl/imx-pcm-dma-v2.c