All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Langer <martin-langer@gmx.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@lists.sourceforge.net, pilo.c@wanadoo.fr
Subject: Re: Testers needed: memio-mmap patch (rme32,rme96,nm256)
Date: Thu, 1 Jul 2004 22:13:26 +0200	[thread overview]
Message-ID: <20040701201326.GA567@tuba.home> (raw)
In-Reply-To: <s5hd63fallg.wl@alsa2.suse.de>

On Thu, Jul 01, 2004 at 03:44:11PM +0200, Takashi Iwai wrote:
> At Sun, 20 Jun 2004 12:11:35 +0200,
> Martin Langer wrote:
> > 
> > Ok, let's try fullduplex now...
> 
> JFYI: it's now on CVS tree.
> fullduplex module option is disabled as default, though.

For enabling fullduplex you will need the following patch, too.

FYI: The situation is that I get only silence in fullduplex_mode after a
short time. But nevertheless in the beginning it is correct.


martin


--- alsa-kernel/pci/rme32.c	Thu Jul  1 19:52:09 2004
+++ ../alsa-rme32b/alsa-kernel/pci/rme32.c	Sun Jun 27 21:55:37 2004
@@ -1990,6 +2002,11 @@
 	rme32->card = card;
 	rme32->pci = pci;
 	snd_card_set_dev(card, &pci->dev);
+
+        if (fullduplex[dev]) {
+                rme32->fullduplex_mode = 1;
+        }
+
 	if ((err = snd_rme32_create(rme32)) < 0) {
 		snd_card_free(card);
 		return err;


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

  reply	other threads:[~2004-07-01 20:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-18 14:51 Testers needed: memio-mmap patch (rme32,rme96,nm256) Takashi Iwai
2004-06-20 10:11 ` Martin Langer
2004-07-01 13:44   ` Takashi Iwai
2004-07-01 20:13     ` Martin Langer [this message]
2004-07-02 12:50       ` Takashi Iwai
2004-07-05 18:47         ` Martin Langer
2004-07-13 19:54           ` Martin Langer

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=20040701201326.GA567@tuba.home \
    --to=martin-langer@gmx.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=pilo.c@wanadoo.fr \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.