[Alsa-devel] current cvs compile error

2003-02-06 Thread Fernando Pablo Lopez-Lezcano
I _think_ this is the fix, please check (the error is "undeclared variable ctl")... --- alsa-kernel/core/timer.c~ 2003-02-06 11:21:11.0 -0800 +++ alsa-kernel/core/timer.c2003-02-06 15:19:26.0 -0800 @@ -953,7 +953,7 @@ } spin_unlock(&tu->qlock); if (_wa

Re: [Alsa-devel] [BUG] alsa-lib leaves sound device open for child processes

2003-02-06 Thread Chris Rankin
--- Sebastian Kapfer <[EMAIL PROTECTED]> wrote: > I can find a use for stdio FD's > in the new process either. The exec'd process can't > even know which FD corresponds to which file. I'm assuming from the context of your message that you meant "CAN'T find a use ... either". But the whole point o

Re: [Alsa-devel] Rawmidi mystery

2003-02-06 Thread Frank Neumann
Hi again list, Clemens Ladisch <[EMAIL PROTECTED]> wrote: [..] > > No, I checked that. The M3r sends active sensing (0xfe), but I filtered that out. > > In the data I get the only MIDI bytes > 0x7f are the F0 at the start and the > > 0xF7 at the very end. Also, I think a SysEx message cannot be i

[Alsa-devel] Compile error in timer.c

2003-02-06 Thread Pavel Roskin
Hello! This error was introduced on CVS just minutes ago: gcc -D__KERNEL__ -DMODULE=1 -I/usr/local/src/alsa/alsa-driver/include -I/lib/modules/2.4.20/build/include -O2 -mpreferred-stack-boundary=2 -march=athlon -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-

Re: [Alsa-devel] pcm_jack plugin attempt

2003-02-06 Thread Jaroslav Kysela
On Thu, 6 Feb 2003, Maarten de Boer wrote: > Thanks for your reply. > > > > As far as I understand, the easiest solution would be to have a pcm_plug > > > plugin inbetween the alsa application and the pcm_jack plugin, to take > > > care of sample rate and data format conversion. Then the pcm_jack

[Alsa-devel] Website maintainer away.

2003-02-06 Thread Patrick Shirkey
Hi. I will be away until the 24 so any changes to the website will have to go through Jaroslav until then. Rgds. -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com Http://www.djcj.org - The Linux Audio Users guide Being on stage with

Re: [Alsa-devel] RC7 and CS46xx (GTXP)

2003-02-06 Thread Benny Morgan
Replying to my own mail, I know:) I reverted the changes the recent amplifier patch did to cs46xx_lib.c and RC7 works perfectly - no warning in dmesg either. The cs46xx FIFO's are usually only accessed internally by the DSP. There's is backdoor that make it possible to access the FIFO's fro

Re: [Alsa-devel] [BUG] alsa-lib leaves sound device open for child processes

2003-02-06 Thread Sebastian Kapfer
On Wed, 5 Feb 2003 22:39:22 + (GMT) Chris Rankin <[EMAIL PROTECTED]> wrote: > --- Sebastian Kapfer <[EMAIL PROTECTED]> wrote: > > May I ask what the child process is supposed to to > > with a raw ALSA file > > descriptor? AFAICT, developers are supposed to use > > the alsa-lib API, and > > no

Re: [Alsa-devel] pcm_jack plugin attempt

2003-02-06 Thread Maarten de Boer
Thanks for your reply. > > As far as I understand, the easiest solution would be to have a pcm_plug > > plugin inbetween the alsa application and the pcm_jack plugin, to take > > care of sample rate and data format conversion. Then the pcm_jack plugin > > simply restrict it configuration space to

Re: [Alsa-devel] Rawmidi mystery

2003-02-06 Thread Clemens Ladisch
Frank Neumann wrote: > Takashi Iwai <[EMAIL PROTECTED]> wrote: > > just to be sure: any realtime events can come in? > > No, I checked that. The M3r sends active sensing (0xfe), but I filtered that out. > In the data I get the only MIDI bytes > 0x7f are the F0 at the start and the > 0xF7 at the ve