MLK-15061-1: ASoC: fsl_asrc_m2m: fix dma_map_sg issue for arm64
authorShengjiu Wang <shengjiu.wang@freescale.com>
Thu, 15 Jun 2017 07:50:50 +0000 (15:50 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:28:15 +0000 (15:28 -0500)
commit2a9c75a3313fde8e13e346623b3b60fcbf42e7d7
tree332877f8b7a64d555d75719fd8965e0e94804260
parent89d5f7707883e400408ae56c9853c57f8fabf488
MLK-15061-1: ASoC: fsl_asrc_m2m: fix dma_map_sg issue for arm64

For arm64, the dma_map_sg and dma_unmap_sg need the device parameter,
otherwise, it will return error.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
sound/soc/fsl/fsl_asrc_m2m.c