Re: [Alsa-devel] DMIX and capture stream

2004-01-03 Thread Paul Davis
>I'm working on changing DMIX to allow clients to open the capture stream. i don't get it. dmix is for playback, not capture. what would be the semantics of this? --p --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expe

[Alsa-devel] au88x0 problems with kernel 2.6.0

2004-01-03 Thread James Courtier-Dutton
Hi, The normal way I patch the 2.6.x kernel, is i download alsa-kernel from CVS. and then delete the ./alsa-kernel/oss dir, then just copy all the contents of alsa-kernel over the top of /usr/src/linux/sound I then copy the include directory to /usr/src/linux/include/sound, and it all works. I

[Alsa-devel] Reverse Engineering?

2004-01-03 Thread Ash Willis
Hi, i'm toying with the idea of coding a driver for an unsupported card (als300). I really fancy getting this done but i'm not the most seasoned of programmers by any means. i was just wondering could anyone point me in the direction of some info that may help me to reverse engineer the card (or

[Alsa-devel] INSTALL should note that usxyloader depends on alsa-firmware

2004-01-03 Thread Martin Langer
Index: alsa-driver/INSTALL === RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v retrieving revision 1.152 diff -u -r1.152 INSTALL --- alsa-driver/INSTALL 4 Dec 2003 11:51:40 - 1.152 +++ alsa-driver/INSTALL 3 Jan 2004 14:18:40 -0

Re: [Alsa-devel] Which API to use for simple clients?

2004-01-03 Thread Arve Knudsen
Hi Nick Since you're looking into different alternatives, have you considered PortAudio (www.portaudio.com)? The ALSA implementation of v19 (development branch) is well developed, and fairly stable from what I can see (being one of the developers). There hasn't been a lot of feedback, but my ow