From: Giuseppe Coviello <cjg@cruxppc.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org
Subject: Re: ALSA fixes for non-coherent archs (Re: [PATCH] Sam440ep support)
Date: Mon, 19 May 2008 19:23:10 +0200 [thread overview]
Message-ID: <1211217790.2037.3.camel@marquez.cjg.home> (raw)
In-Reply-To: <s5hr6c5ax6a.wl%tiwai@suse.de>
On mer, 14/05/2008 14.26 +0200, Takashi Iwai wrote:
[cut]
> OK, here is another patch for testing. Since I lost my old patch
> somewhere (and it's not worth to dig the archive), I wrote it up
> quickly from scratch. This version should cover both SG and non-SG
> buffers. It's against the latest git tree.
>
> The patch adds a hackish verison of dma_mmap_coherent() for some
> architectures in sound/core/pcm_native.c. I'm not sure whether this
> works. I just tested it on X86. It'd be appreciated if someone can
> test this.
>
> Also, this disables HDSPM driver for non-X86/IA64 since the driver has
> own copy and silence methods that are incompatible with the new
> SG-buffer data.
>
>
> And, yes, I know we need to clean up huge messes in ALSA memory
> handling routines. But, let's fix obvious bugs before starting a big
> rewrite...
>
I've just tested this patch on the sam440ep and it works great (and
sounds great, of course). I had also to make the following changes:
Signed-off-by: Giuseppe Coviello <gicoviello@gmail.com>
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c
index 7556fd9..f5f208e 100644
--- a/sound/pci/cs4281.c
+++ b/sound/pci/cs4281.c
@@ -952,6 +952,9 @@ static struct snd_pcm_ops snd_cs4281_playback_ops = {
.prepare = snd_cs4281_playback_prepare,
.trigger = snd_cs4281_trigger,
.pointer = snd_cs4281_pointer,
+ .copy = snd_pcm_sgbuf_ops_copy,
+ .silence = snd_pcm_sgbuf_ops_silence,
+ .page = snd_pcm_sgbuf_ops_page,
};
static struct snd_pcm_ops snd_cs4281_capture_ops = {
@@ -963,6 +966,8 @@ static struct snd_pcm_ops snd_cs4281_capture_ops = {
.prepare = snd_cs4281_capture_prepare,
.trigger = snd_cs4281_trigger,
.pointer = snd_cs4281_pointer,
+ .copy = snd_pcm_sgbuf_ops_copy,
+ .page = snd_pcm_sgbuf_ops_page,
};
static int __devinit snd_cs4281_pcm(struct cs4281 * chip, int device,
next prev parent reply other threads:[~2008-05-19 17:23 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-05 18:23 [PATCH] Sam440ep support Giuseppe Coviello
2008-05-05 18:27 ` Kumar Gala
2008-05-05 19:50 ` Gerhard Pircher
2008-05-05 23:44 ` Benjamin Herrenschmidt
2008-05-06 7:51 ` Gerhard Pircher
2008-05-06 8:48 ` Benjamin Herrenschmidt
2008-05-06 9:16 ` Gerhard Pircher
2008-05-06 10:12 ` Benjamin Herrenschmidt
2008-05-06 11:14 ` Takashi Iwai
2008-05-06 11:25 ` Benjamin Herrenschmidt
2008-05-06 11:27 ` Benjamin Herrenschmidt
2008-05-06 11:31 ` Takashi Iwai
2008-05-06 11:34 ` Benjamin Herrenschmidt
2008-05-14 12:26 ` ALSA fixes for non-coherent archs (Re: [PATCH] Sam440ep support) Takashi Iwai
2008-05-14 12:50 ` Gerhard Pircher
2008-05-14 21:01 ` Gerhard Pircher
2008-05-15 5:42 ` Takashi Iwai
2008-05-19 17:23 ` Giuseppe Coviello [this message]
2008-05-20 12:48 ` Takashi Iwai
2008-05-05 23:38 ` [PATCH] Sam440ep support Benjamin Herrenschmidt
2008-05-05 18:54 ` Josh Boyer
2008-05-05 23:40 ` Benjamin Herrenschmidt
2008-05-06 0:09 ` Josh Boyer
2008-05-05 23:36 ` Benjamin Herrenschmidt
2008-05-06 4:18 ` Sean MacLennan
2008-05-06 16:37 ` Giuseppe Coviello
2008-05-09 15:53 ` Giuseppe Coviello
2008-05-09 20:26 ` Josh Boyer
2008-05-19 12:47 ` Josh Boyer
2008-05-19 15:20 ` Giuseppe Coviello
2008-05-20 12:50 ` Josh Boyer
2008-05-20 13:34 ` Josh Boyer
2008-05-22 17:51 ` Giuseppe Coviello
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=1211217790.2037.3.camel@marquez.cjg.home \
--to=cjg@cruxppc.org \
--cc=alsa-devel@alsa-project.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=tiwai@suse.de \
/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).