summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorMark Brown2015-06-05 19:54:45 +0200
committerMark Brown2015-06-05 19:54:45 +0200
commit977732b06045a508edc7b105e9fef524163616df (patch)
treefd8b03a23545ab601abc2ab0b13269e716aac9d9 /sound/soc/fsl
parentMerge remote-tracking branch 'asoc/topic/dapm' into asoc-next (diff)
parentASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internal (diff)
downloadkernel-qcow2-linux-977732b06045a508edc7b105e9fef524163616df.tar.gz
kernel-qcow2-linux-977732b06045a508edc7b105e9fef524163616df.tar.xz
kernel-qcow2-linux-977732b06045a508edc7b105e9fef524163616df.zip
Merge remote-tracking branch 'asoc/topic/dma' into asoc-next
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl_sai.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
index ec79c3d5e65e..ee2671b80592 100644
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -664,8 +664,7 @@ static int fsl_sai_probe(struct platform_device *pdev)
if (sai->sai_on_imx)
return imx_pcm_dma_init(pdev);
else
- return devm_snd_dmaengine_pcm_register(&pdev->dev, NULL,
- SND_DMAENGINE_PCM_FLAG_NO_RESIDUE);
+ return devm_snd_dmaengine_pcm_register(&pdev->dev, NULL, 0);
}
static const struct of_device_id fsl_sai_ids[] = {