summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/ux500/ux500_pcm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c
index 7616bbb09af..6b6680b878c 100644
--- a/sound/soc/ux500/ux500_pcm.c
+++ b/sound/soc/ux500/ux500_pcm.c
@@ -138,7 +138,8 @@ ux500_pcm_dma_start(
dma_addr,
period_cnt * period_len,
period_len,
- direction);
+ direction,
+ NULL);
if (IS_ERR(cdesc)) {
pr_err("%s: ERROR: device_prep_dma_cyclic failed (%ld)!\n",