[alsa-devel] ASoC: sh: fsi: Build proble in 3.4-rc4
Rafael J. Wysocki
rjw at sisk.pl
Mon Apr 23 00:01:41 CEST 2012
Hi all,
There is a build problem in sound/soc/sh/fsi.c which seems to be fixed by
the following patch. I'm unsure if that is the right fix, though.
Thanks,
Rafael
---
sound/soc/sh/fsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/sound/soc/sh/fsi.c
===================================================================
--- linux.orig/sound/soc/sh/fsi.c
+++ linux/sound/soc/sh/fsi.c
@@ -1003,7 +1003,7 @@ static void fsi_dma_do_tasklet(unsigned
desc = chan->device->device_prep_slave_sg(chan, &sg, 1, dir,
DMA_PREP_INTERRUPT |
- DMA_CTRL_ACK);
+ DMA_CTRL_ACK, NULL);
if (!desc) {
dev_err(dai->dev, "device_prep_slave_sg() fail\n");
return;
More information about the Alsa-devel
mailing list