summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/imx-pcm-dma-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-pcm-dma-v2.c b/sound/soc/fsl/imx-pcm-dma-v2.c
index acad77241af8..24364e1c77c1 100644
--- a/sound/soc/fsl/imx-pcm-dma-v2.c
+++ b/sound/soc/fsl/imx-pcm-dma-v2.c
@@ -113,7 +113,7 @@ static int imx_pcm_open(struct snd_pcm_substream *substream)
struct dma_chan *chan;
chan = dma_request_slave_channel(rtd->cpu_dai->dev,
- dma_data->filter_data);
+ dma_data->chan_name);
ret = snd_dmaengine_pcm_open(substream, chan);
if (ret)
return ret;