[Alsa-devel] SB Live - hwdep

2003-06-08 Thread p z oooo
Hi, I am working on SB Live dsp patch loader an found, that driver will segfault when I try to delete control in function snd_emu10k1_del_controls in emufx.c on line list_del(&ctl->list); this is because control is removed from list in function before snd_emu10k1_ctl_private_free in emufx.c Pet

Re: [Alsa-devel] ALSA Soundcard Matrix

2003-06-08 Thread Patrick Shirkey
Levin Fritz wrote: Hi, what's the policy for adding new soundcards to the ALSA Soundcard Matrix? I recently bought a "Terratec Aureon 5.1 Fun" soundcard and it works fine with ALSA. So if you guys add soundcards based on user's emails, here's one ;-) Here's the relevant data: Vendor: Terratec Prod

[Alsa-devel] Sequencer documentation follow-up

2003-06-08 Thread Drake Wilson
... I have a draft, or part thereof. It is in similar spirit to the module overviews in the API reference, and I hope it to be of some use, if not optimal. I was going to post this earlier, but a) it's written in a weird XML schema, in XSLTing which to HTML I have not had much success, b) I've be

[Alsa-devel] 0.9.4 compile error in memalloc.c

2003-06-08 Thread patrick
kernel: 2.4.18 card: hammerfall lite i'm currently running 0.9.3 and tried upgrading to 0.9.4. i get the following message in configure's output: #./configure --with-cards=rme9652 --with-oss=no --with-isapnp=no --with-sequencer=no . . checking for GCC version... ./configure: ${kernel_compiler_

Re: [Alsa-devel] alsa and gtk

2003-06-08 Thread David E. Storey
curious... that did the trick. True about the inefficiency... but then again, we are talking about GUI's. ;-) Thanks! d! On Sun, 2003-06-08 at 14:10, Justin Cormack wrote: > I had a problem like this once, not with gtk. The controls get > corrupted. I had an extrmemely short deadline so I just a

Re: [Alsa-devel] alsa and gtk

2003-06-08 Thread Justin Cormack
On Sun, 2003-06-08 at 12:29, David E. Storey wrote: > folks, > > thought I'd bounce this off the list in case anyone has seen it before. > I'm trying to write something like TotalMix for the RME HDSP, but more > suited for mixing in-ear-monitors. So I wrote this mini library that > uses the snd_ct

[Alsa-devel] make dep

2003-06-08 Thread Giuliano Pochini
How can I tell "make dep" to ignore some of the files listed in "snd-mychip-objs" ? Bye. --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you

Re: [Alsa-devel] Please help!

2003-06-08 Thread Patrick Shirkey
Jacek Blizinski wrote: I'm using a Mandrake 9.1 box with an Intel (intel8x0) card and KDE as my desktop environment. Thanks for any help you can provide! Problems: 1. Doesnt do alsactl restore on startup 2. On Flash, games and other apps, the sound lags about 2-3 seconds in any WM. Here are my K

[Alsa-devel] alsa and gtk

2003-06-08 Thread David E. Storey
folks, thought I'd bounce this off the list in case anyone has seen it before. I'm trying to write something like TotalMix for the RME HDSP, but more suited for mixing in-ear-monitors. So I wrote this mini library that uses the snd_ctl_* api of alsa. Wrote all the functionality, tested the functio