From b3d1905e2f6b5ec3d686d6ceeb676c719b446150 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Thu, 19 Apr 2012 15:21:35 +0200 Subject: sound: ux500: pcm: Fix after API change in 3.4 device_prep_dma_cyclic() Signed-off-by: Philippe Langlais --- sound/soc/ux500/ux500_pcm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sound') 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", -- cgit v1.2.3