From: Fabio Estevam Date: Thu, 22 Mar 2012 13:19:03 +0000 (-0300) Subject: ASoC: Add extra parameter to device_prep_dma_cyclic X-Git-Tag: v3.4-rc1~24^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a163c82d600e554ef79e931db6315026e1fc819;p=pandora-kernel.git ASoC: Add extra parameter to device_prep_dma_cyclic Since commit 185ecb5 (dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic) prep_dma_cyclic() got an extra context parameter. Add this new parameter in order to fix the following build error (mxs_defconfig and imx_v4_v5_defconfig): sound/soc/soc-dmaengine-pcm.c:149:3: error: too few arguments to function 'chan->device->device_prep_dma_cyclic' Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed