Re: [Alsa-devel] troubles programming with the sequencer

2004-01-30 Thread Brix
On Mon, 26 Jan 2004 14:52:59 +0100 (MET) Clemens Ladisch <[EMAIL PROTECTED]> wrote: > The default instrument is 0 (grand piano). Ok > You can send program change messages with the sequencer, too. This is what i do in the set_chan_instr() function, it works fine. > This does not work on big-end

[Alsa-devel] EZ8 ADAT I/O card (ICE1712 chipset)

2004-01-30 Thread Doug
I finally decided to start working on ALSA support for my EZ8 card (www.event1.com) and man, did I get lucky. I am brand new to device driver development altogether, so my main concern here is learning how everything works in addition to just getting the EZ8 card to work. Out of the box, the snd-i

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread James Courtier-Dutton
Takashi Iwai wrote: At Thu, 29 Jan 2004 19:49:00 +, James Courtier-Dutton wrote: [1 ] I have been told that one should be able to build alsa-driver on a 2.6.x kernel, but it fails here. I attach config.log for your information. I also attach the console output from running ./configure --with

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread James Courtier-Dutton
Takashi Iwai wrote: At Fri, 30 Jan 2004 14:04:56 +, James Courtier-Dutton wrote: [1 ] Takashi Iwai wrote: At Thu, 29 Jan 2004 19:49:00 +, James Courtier-Dutton wrote: [1 ] I have been told that one should be able to build alsa-driver on a 2.6.x kernel, but it fails here. I attach confi

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread James Courtier-Dutton
Takashi Iwai wrote: At Fri, 30 Jan 2004 14:46:44 +, James Courtier-Dutton wrote: configure:2962: gcc -o conftest -g -O2 -I/lib/modules/2.6.2-rc2/build/include -I$(CONFIG_SND_KERNELDIR)/include/asm-i386/mach-default conftest.c 1>&5 doh... my bad. try the attached additional patch. Takashi

[Alsa-devel] arecord with RW_INTERLEAVED access

2004-01-30 Thread Martin Großhauser
Hello, I already postet this on alsa-user-list, but I got no answers, perhaps you can help me: I'm having a problem with an app (avview) which tries to access the soundcard (Terratec DMX 1024 --> cs46xx) via SND_PCM_ACCESS_RW_INTERLEAVED method. It always aborts with segfault (after reporting: snd

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread James Courtier-Dutton
Takashi Iwai wrote: At Fri, 30 Jan 2004 14:04:56 +, James Courtier-Dutton wrote: [1 ] Takashi Iwai wrote: At Thu, 29 Jan 2004 19:49:00 +, James Courtier-Dutton wrote: [1 ] I have been told that one should be able to build alsa-driver on a 2.6.x kernel, but it fails here. I attach confi

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread Takashi Iwai
At Fri, 30 Jan 2004 14:04:56 +, James Courtier-Dutton wrote: > > [1 ] > Takashi Iwai wrote: > > At Thu, 29 Jan 2004 19:49:00 +, > > James Courtier-Dutton wrote: > > > >>[1 ] > >>I have been told that one should be able to build alsa-driver on a 2.6.x > >>kernel, but it fails here. > >>

[Alsa-devel] EZ8 ADAT I/O card (ICE1712 chipset)

2004-01-30 Thread Doug
I finally decided to start working on ALSA support for my EZ8 card (www.event1.com) and man, did I get lucky. I am brand new to device driver development altogether, so my main concern here is learning how everything works in addition to just getting the EZ8 card to work. Out of the box, the s

[Alsa-devel] [ANN][AudioScience] asihpi driver patch

2004-01-30 Thread Eliot Blennerhassett
The latest driver for AudioScience cards is available as a patch against ALSA 1.02 from http://www.audioscience.com/internet/download/linux.htm Also the latest HPI driver needed to make the whole thing work. - Eliot (still keen to see this incorporated into the ALSA source tree...) Eliot Blen

[Alsa-devel] easy way to query device capabilities

2004-01-30 Thread Florian Schmidt
Hi, i wondered if there was a tool that searched the configuration space of a pcm device for valid combinations of format, samplerate, channel count, etc.. This would be very very useful.. T.I.A, Flo -- signature :) --- The SF.Net email i

[Alsa-devel] Quake3 and DMIX

2004-01-30 Thread David Lloyd
This actually covers (I think) all games based on the Quake3 engine. So far, my attempts to get these games to work with the alsa dmix plugin have met with failure. This is tha basic dmix config I'm working off of: pcm.ossmix { type dmix ipc_key 1024 slave { pcm "hw:0,0"

Re: [Alsa-devel] troubles programming with the sequencer

2004-01-30 Thread Brix
On Mon, 26 Jan 2004 14:52:59 +0100 (MET) Clemens Ladisch <[EMAIL PROTECTED]> wrote: > The default instrument is 0 (grand piano). Ok > You can send program change messages with the sequencer, too. This is what i do in the set_chan_instr() function, it works fine. > This does not work on big-end

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread Takashi Iwai
At Fri, 30 Jan 2004 14:46:44 +, James Courtier-Dutton wrote: > > configure:2962: gcc -o conftest -g -O2 -I/lib/modules/2.6.2-rc2/build/include > -I$(CONFIG_SND_KERNELDIR)/include/asm-i386/mach-default conftest.c 1>&5 doh... my bad. try the attached additional patch. Takashi kinc-fix.

Re: [Alsa-devel] Problem compiling for linux 2.6

2004-01-30 Thread Giuliano Pochini
On Thu, 29 Jan 2004 14:38:14 +0100 Takashi Iwai <[EMAIL PROTECTED]> wrote: > note that --with-isapnp is ignored on 2.6 kernel. > the isapnp support depends only on the kernel itself. Ok, I used that option only to avoid compiling useless stuff. > does the attached patch work? Yes it works. I co

Re: [Alsa-devel] Docu:: Alsa Audio API:: A minimal capture program

2004-01-30 Thread Torsten Mohr
Hi, thanks for that hint. But sadly, the attached program doesn't work, though i set stop_threshold to 0. I didn't find any functions to set buffersize to 0, it doesn't seem to be in the software parameters. It would be great, if anybody had a hint. Regards, Torsten. > Torsten Mohr wrote:

Re: [Alsa-devel] config bug with sbawe and --with-isapnp=no

2004-01-30 Thread Mario Loritz
Thanks to all! The sbawe driver is working in both configurations now. (alsa 1.0.2) Mario --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity.

[Alsa-devel] USB 2.0 devices: Gainward and Audigy

2004-01-30 Thread Frank Barknecht
Hallo, I have two USB 2.0 devices sitting in front of me: A multifunctional strange thing by Gainward called Hollywood MediaXtender and the Audigy 2 NX by Creative. Are these or possible other USB 2.0 devices supported by ALSA yet? I guess not, but better ask... ciao -- Frank Barknecht

Re: [Alsa-devel] Trying to get alsa-driver to build on a 2.6.x kernel.

2004-01-30 Thread Takashi Iwai
At Thu, 29 Jan 2004 19:49:00 +, James Courtier-Dutton wrote: > > [1 ] > I have been told that one should be able to build alsa-driver on a 2.6.x > kernel, but it fails here. > > I attach config.log for your information. > I also attach the console output from running > ./configure --with-ca

[Alsa-devel] ice1712 noise

2004-01-30 Thread Anthony
Hi, I've been hearing for some weeks now a very high frequency, quiet crackling distortion when using my delta44 on playback. This is with driver versions 0.9.8 and 1.0.2. Symptoms: * It only occurs on playback. * It is not always present, but once it manifests it is consistent. * I've ruled out

Re: [Alsa-devel] Problem compiling for linux 2.6

2004-01-30 Thread Takashi Iwai
At Thu, 29 Jan 2004 00:14:16 +0100, Giuliano Pochini wrote: > > > It fails at line #113 of /Makefile : > > @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d prepare; then exit 1; fi; done > > I have no idea why $(SUBDIRS) is an empty string: > > > [EMAIL PROTECTED] alsa-driver-1.0.2]$ ./cv

Alsa handling of spdif bits (was Re: [Alsa-devel] Questions to HDSP users)

2004-01-30 Thread Thomas Charbonnel
Jesse Chappell wrote : And while I have your attention, i've tried to get iec958 spdif passthrough (non-audio AC3) working on the HDSP without success. I created a HDSP.conf based on the RME9652.conf and got the device properly opened using ac3dec -C , but no stream is passed (using ADAT1 optical o

[Alsa-devel] Rawmidi and CONFIG_DEBUG_SPINLOCK_SLEEP

2004-01-30 Thread Thomas Charbonnel
Hi, I noticed this problem today using midi on my setup (alsa 1.0.1, kernel 2.6.1 with CONFIG_DEBUG_SPINLOCK_SLEEP) : Debug: sleeping function called from invalid context at include/asm/uaccess.h:473 in_atomic():1, irqs_disabled():1 Call Trace: [] __might_sleep+0xac/0xe0 [] handle_signal+0xd0

Re: [COMPLAIN] a patched 1.0.2 has been silently reuploaded (was: [Alsa-devel] 1.0.2 release)

2004-01-30 Thread Thierry Vignaud
Glenn Maynard <[EMAIL PROTECTED]> writes: > > we only found it because some user complained that cooker > > alsa-lib-1.0.2 package was broken whereas downloaded tarball from > > ftp.alsa-project.org wasn't. people should at least be warned > > about the reupload. > > This should go without sayin

Re: [Alsa-devel] Questions to HDSP users

2004-01-30 Thread Thomas Charbonnel
Justin Cormack a écrit : On Wed, 2004-01-28 at 15:29, Thomas Charbonnel wrote: Hi, In the process of debuging the problems some hdsp users are experiencing, I reviewed almost every single line of code in the hdsp driver, and there are things in there that were inherited from the old rme9652 dr

Re: [Alsa-devel] Questions to HDSP users

2004-01-30 Thread Justin Cormack
On Wed, 2004-01-28 at 15:29, Thomas Charbonnel wrote: > Hi, > > In the process of debuging the problems some hdsp users are > experiencing, I reviewed almost every single line of code in the hdsp > driver, and there are things in there that were inherited from the old > rme9652 driver and that

[Alsa-devel] [Fwd: Audigy2 NX (USB 2.0) on ALSA 1.0.2]

2004-01-30 Thread John W. Cocula
I have an Audigy2 NX working under ALSA 1.0.2 (the latest 1.0.2 :), but it is of course slightly imperfect in how it's controlled. Here are some issues: 1. alsamixer is very confusing, with redundant labels (lots of "Speaker 2" settings). Lots of trial and error to control the volume, but there