[Alsa-devel] libasound and libpthread

2002-07-29 Thread Thomas Roeder
Hi all, I am working with Alsa 0.9.0beta12 version and I am also using posix threads (libpthread) in my project. In the release version of the program I link both libraries (libpthread, libasound) dynamically and everything works well. In the debug version however, I have to do static

Re: [Alsa-devel] libasound and libpthread

2002-07-29 Thread Paul Davis
I am working with Alsa 0.9.0beta12 version and I am also using posix threads (libpthread) in my project. In the release version of the program I link both libraries (libpthread, libasound) dynamically and everything works well. In the debug version however, I have to do static linking of the

Re: [Alsa-devel] ALSA docs

2002-07-29 Thread Paul Davis
i would personally work from a complete set of snd-* modules, and use modinfo(1) + perl to get the information Isn't that what happens in the INSTALL file anyway? it doesn't look like it. there are several cards missing there, and it looks hand-written rather then fetched from the source.

Re: [Alsa-devel] my first usb-midi experiment ends with segmentation fault

2002-07-29 Thread Martin Langer
On Mon, Jul 29, 2002 at 12:40:51PM +0200, Takashi Iwai wrote: At Sun, 28 Jul 2002 23:39:24 +0200, Martin Langer wrote: ... and doing rmmod snd-usb-midi and rmmod snd-usb-audio ends here with Segmentation fault: Jul 28 22:28:07 tuba kernel: usb.c: deregistering driver snd-usb-audio

Re: [Alsa-devel] libasound and libpthread

2002-07-29 Thread Abramo Bagnara
Paul Davis wrote: I am working with Alsa 0.9.0beta12 version and I am also using posix threads (libpthread) in my project. In the release version of the program I link both libraries (libpthread, libasound) dynamically and everything works well. In the debug version however, I have to do

Re: [Alsa-devel] current cvs: unresolved symbols

2002-07-29 Thread Takashi Iwai
Hi, At Sun, 28 Jul 2002 11:54:30 -0700 (PDT), Fernando Pablo Lopez-Lezcano wrote: Found in current cvs: # depmod -ae depmod: *** Unresolved symbols in /lib/modules/2.4.18-10.llsmp/kernel/drivers/sound/isa/snd-dt0197h.o depmod: snd_sbdsp_create_Rsmp_3f86b411 depmod:

Re: [Alsa-devel] libasound and libpthread

2002-07-29 Thread Thomas Roeder
Abramo Bagnara wrote: Paul Davis wrote: I am working with Alsa 0.9.0beta12 version and I am also using posix threads (libpthread) in my project. In the release version of the program I link both libraries (libpthread, libasound) dynamically and everything works well. In the debug version

Re: [Alsa-devel] libasound and libpthread

2002-07-29 Thread Patrick Shirkey
Paul Davis wrote: Paul Davis wrote: I am working with Alsa 0.9.0beta12 version and I am also using posix threads (libpthread) in my project. In the release version of the program I link both libraries (libpthread, libasound) dynamically and everything works well. In the debug version however, I

Re: [Alsa-devel] ALSA docs

2002-07-29 Thread Paul Davis
Do you mean that I should be parsing each driver file seperately? not really, just do a single pass over each one of them at some point in time. store the results, and use them. this should get you started (its not perfect, but it doesn't do a bad job. #!/usr/local/bin/perl while() {

Re: [Alsa-devel] ALSA docs

2002-07-29 Thread Patrick Shirkey
Paul Davis wrote: Do you mean that I should be parsing each driver file seperately? not really, just do a single pass over each one of them at some point in time. store the results, and use them. this should get you started (its not perfect, but it doesn't do a bad job.

[Alsa-devel] guitar + sblive + ardour + ladspa effects

2002-07-29 Thread Bob Ham
Hi all, This is what I want to do: guitar into the line input on the live drive, that going into ardour, through a few ladspa effects, and out to the speakers. I can't seem to do this. The only way I seem to be able to get the input into ardour is to have it going through the speakers as well

Re: [Alsa-devel] ALSA docs

2002-07-29 Thread Patrick Shirkey
Paul Davis wrote: #!/usr/local/bin/perl while() { if (/MODULE_PARM_DESC/) { @foo = split /[()]/; @bar = split (/,/, $foo[1], 2); $bar[1] =~ s///g; printf (%-32s %s\n, $bar[0], $bar[1]); } } add something to recurse

[Alsa-devel] SB Live and Audigy development

2002-07-29 Thread daniel sheltraw
Hello ALSA list Would someone please tell me who the main developers of the SB Live and Audigy drivers are and their email addresses? Thanks, Daniel Sheltraw _ MSN Photos is the easiest way to share and print your photos:

Re: [Alsa-devel] guitar + sblive + ardour + ladspa effects

2002-07-29 Thread Paul Davis
This is what I want to do: guitar into the line input on the live drive, that going into ardour, through a few ladspa effects, and out to the speakers. I can't seem to do this. The only way I seem to be able to get the input into ardour is to have it going through the speakers as well so that

Re: [ardour-dev] Re: [Alsa-devel] guitar + sblive + ardour + ladspaeffects

2002-07-29 Thread Bob Ham
On Mon, 2002-07-29 at 21:31, Patrick Shirkey wrote: Have a read of the arecord quicktoot http://www.boosthardware.com/LAU/quicktoots That will give you some info about using alsamixer correctly. Getting ardour to be able to record/modify the incoming sound isn't the issue. It's getting

Re: [Alsa-devel] my first usb-midi experiment ends with segmentation fault

2002-07-29 Thread Pedro Lopez-Cabanillas
Hello! I'm happy to see that I'm not the only MIDI guy at ALSA-USB world :) El Dom 28 Jul 2002 23:39, Martin Langer escribió: my new USB-MIDI-Keyboard has two USB subclasses usb-midi and usb-audio. Evolution, the manufacturer, told me it's an Audio Class compliant device, but I don't find a

[Alsa-devel] general audio card Q

2002-07-29 Thread daniel sheltraw
Hello ALSA list Besides the RME PST card, are there other sound cards which can do interrupt driven data transfer to double-buffers (ie. no DMA) for playback? Thanks, Daniel Sheltraw _ Chat with friends online, try MSN

Re: [Alsa-devel] Re: guitar + sblive + ardour + ladspa effects

2002-07-29 Thread Patrick Shirkey
Bob Ham wrote: Err.. I mean have *both* cards in jack. I have a ~/.asoundrc with platinum51 and via devices defined. I normally do jackd -d alsa -d platinum51. Doing jackd -d alsa -d platinum51 -d via makes it only use the via card. How can I tell it to use both? There is some info on