Re: [Alsa-devel] still hammerfall-mem on hdsp?

2004-01-17 Thread Orm Finnendahl
Am 17. Januar 2004, 18:04 Uhr (+) schrieb Justin Cormack: > > amixer cset numid=5 26,0,32768 > amixer cset numid=5 27,1,32768 alsaplayer works now. Thanks a lot! -- Orm --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conferen

Re: [Alsa-devel] still hammerfall-mem on hdsp?

2004-01-17 Thread Jesse Chappell
Justin Cormack wrote on Sat, 17-Jan-2004: > On Sat, 2004-01-17 at 17:24, Orm Finnendahl wrote: > > Am 17. Januar 2004, 14:31 Uhr (+0100) schrieb Tim Blechmann: > > > > > > you shouldn't need this... > > > > Thanks. I get snd-hdsp loaded and the firmware uploaded. "cat > > /proc/asound/card

[Alsa-devel] Soundcard matrix update

2004-01-17 Thread Giuliano Pochini
Attached is an update to the current status of the driver for Echoaudio cards. That page is now generated dynamically and I don't know what format do you prefer. I just grabbed the page and edited it. -- Giuliano. Title: Advanced Linux Sound Architecture - Soundcard Matrix

Re: [Alsa-devel] still hammerfall-mem on hdsp?

2004-01-17 Thread Justin Cormack
On Sat, 2004-01-17 at 17:24, Orm Finnendahl wrote: > Am 17. Januar 2004, 14:31 Uhr (+0100) schrieb Tim Blechmann: > > > > you shouldn't need this... > > Thanks. I get snd-hdsp loaded and the firmware uploaded. "cat > /proc/asound/card0/hdsp" looks good. But when I try to run alsamixer i > get >

Re: [Alsa-devel] still hammerfall-mem on hdsp?

2004-01-17 Thread Orm Finnendahl
Am 17. Januar 2004, 14:31 Uhr (+0100) schrieb Tim Blechmann: > > you shouldn't need this... Thanks. I get snd-hdsp loaded and the firmware uploaded. "cat /proc/asound/card0/hdsp" looks good. But when I try to run alsamixer i get no mixer elems found This is a freshly installed machine and I fe

Re: [Alsa-devel] problem with versioned symbols and shared libraries

2004-01-17 Thread Arve Knudsen
Ah, thanks. That did the trick indeed. Arve Knudsen On Sat, 17 Jan 2004 12:18:07 +0100 (CET), Jaroslav Kysela <[EMAIL PROTECTED]> wrote: On Fri, 16 Jan 2004, Rene Rebe wrote: Let's link a normal object and a shared obeject of the ALSAHelper: [EMAIL PROTECTED]:~/develop/trunk/lowlevel/src$ g++

Re: [Alsa-devel] still hammerfall-mem on hdsp?

2004-01-17 Thread Tim Blechmann
> Maybe someone can help with configure options or anything to get the > module compiled (the snd-hammerfall_mem.c file is there but the .o > file is missing) if it is needed or what else to do to get the rme > working. afaik the memory allocation for the hdsp moved from snd-hammerfall-mem to snd-p

Re: [Alsa-devel] Problem with supported PCM formats in ice1712 driver

2004-01-17 Thread Ronny V. Vindenes
On Sat, 2004-01-17 at 03:15, Torrey Hoffman wrote: > I've got an M-Audio Audiophile 2496 and am running linux 2.6.1-mm3 > (which includes ALSA 1.0.1). > > I'm trying to get all my sound applications working using only ALSA > interfaces. I'm having problems with the ice 1712 driver. > > > -- >

Re: [Alsa-devel] problem with versioned symbols and shared libraries

2004-01-17 Thread Rene Rebe
Hi, On: Sat, 17 Jan 2004 12:18:07 +0100 (CET), Jaroslav Kysela <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:~/develop/trunk/lowlevel/src$ g++ --shared -g -Wall -I. > > -I../include -I../../dam/include -I../../utility/include -o > > ALSAHelper.so ALSAHelper.cc > > I tried that and it seem

[Alsa-devel] SND_PCM_ASYNC - why???

2004-01-17 Thread James Wright
Hello, I'm doing much better with ALSA now that i spent a coule of days messing with code. I've got both direct MMAP PCM playback and a fallback using normal write access with no problems. However, i've just written in asyncronous notification support and found that if i use the SND_PCM_ASYNC

Re: [Alsa-devel] problem with versioned symbols and shared libraries

2004-01-17 Thread Jaroslav Kysela
On Fri, 16 Jan 2004, Rene Rebe wrote: > Let's link a normal object and a shared obeject of the ALSAHelper: > > [EMAIL PROTECTED]:~/develop/trunk/lowlevel/src$ g++ -g -Wall -I. -I../include > -I../../dam/include -I../../utility/include -c -o ALSAHelper.o > ALSAHelper.cc > [EMAIL PROTECTED]:~/deve