From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: linux-sh@vger.kernel.org
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Paul Mundt <lethal@linux-sh.org>,
Linux-ALSA <alsa-devel@alsa-project.org>,
Liam Girdwood <lrg@ti.com>, Magnus Damm <magnus.damm@gmail.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: ASoC: sh: fsi: Build proble in 3.4-rc4
Date: Mon, 23 Apr 2012 00:01:41 +0200 [thread overview]
Message-ID: <201204230001.41270.rjw@sisk.pl> (raw)
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;
next reply other threads:[~2012-04-22 22:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-22 22:01 Rafael J. Wysocki [this message]
2012-04-22 23:58 ` [alsa-devel] ASoC: sh: fsi: Build proble in 3.4-rc4 kuninori.morimoto.gx
2012-04-23 20:02 ` Rafael J. Wysocki
2012-04-24 10:57 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201204230001.41270.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lethal@linux-sh.org \
--cc=linux-sh@vger.kernel.org \
--cc=lrg@ti.com \
--cc=magnus.damm@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).