Re: [Alsa-devel] usb-audio

2003-10-31 Thread Niklas Werner
Am Donnerstag, 30. Oktober 2003 20:46 wurde geschrieben: At Thu, 30 Oct 2003 13:42:14 +0100, hmm, really weird. meanwhile, i rewrote snd_pcm_linear_convert() without goto trick. could you try the attached patch? ... you don't really want to know... Program received signal SIGSEGV,

Re: [Alsa-devel] usb-audio

2003-10-31 Thread Takashi Iwai
At Fri, 31 Oct 2003 09:23:02 +0100, Niklas Werner wrote: Am Donnerstag, 30. Oktober 2003 20:46 wurde geschrieben: At Thu, 30 Oct 2003 13:42:14 +0100, hmm, really weird. meanwhile, i rewrote snd_pcm_linear_convert() without goto trick. could you try the attached patch? ... you

Re: [Alsa-devel] aureal driver compile problem and patch

2003-10-31 Thread Takashi Iwai
At Thu, 30 Oct 2003 22:12:57 -0500, Carolyn and Eric Hathaway wrote: After making these modifications (see patch below), the vortex driver compiled with no unresolved symbols on my system, and is working great. thanks! applied to cvs. Takashi

[Alsa-devel] Re: CMI8738-MC6 surround40 plugin on 4 SP systems]

2003-10-31 Thread Takashi Iwai
At Thu, 30 Oct 2003 12:42:39 -0500, Marcel wrote: I've been trying to finetune my cmipci for several weeks now. And this is the best way I've been able to get transparent operation with various audio material: stereo, mono, 4.0, 5.1. The main problem being no surround sound iif Exchange

[Alsa-devel] alsa-driver-0.9.8, jack, cmipci

2003-10-31 Thread Jonathan Kraut
(I sent this earlier twice but forgot to subscribe and then gave wrong email address, so earlier two are pending moderator approval. Please ignore those, and sorry). Hi, Alsa-driver-0.9.8 doesn't work properly for full duplex operation with jack-0.80 and spdif from a cmedia 8738. (I had been

[Alsa-devel] Broken pipe when starting pcm

2003-10-31 Thread Arve Knudsen
Hi Whenever I turn on xrun detection, setting stop_threshold to buffer size instead of -1, snd_pcm_start refuses to work. The exit message to do with broken pipe. I figured it might be caused by an empty buffer, so I fill it with silence before start. snd_pcm_avail_update confirms this (zero

[Alsa-devel] Re: CMI8738-MC6 surround40 plugin on 4 SP systems]

2003-10-31 Thread Marcel
* Takashi Iwai ([EMAIL PROTECTED]) wrote: At Thu, 30 Oct 2003 12:42:39 -0500, Marcel wrote: I've been trying to finetune my cmipci for several weeks now. And this is the best way I've been able to get transparent operation with various audio material: stereo, mono, 4.0, 5.1. The

Re: [Alsa-devel] [PATCH] serial-u16550 driver. Fixes buffer blocking bug

2003-10-31 Thread Takashi Iwai
At Thu, 30 Oct 2003 13:33:37 -0800, Steve deRosier wrote: Takashi, Thanks for your response. I've addressed your issues below. Let's discuss this and if necessary I'll modify my fix. 1. Move all checks of buffer overflow and such to the actual buffer write and read routines. This

[Alsa-devel] ALSA CVS: breaks with 2.4 kernel

2003-10-31 Thread Chris Rankin
The alsa-kernel/core/sound.c file references the linux/device.h header file, but this header does not exist under Linux 2.4. Deleting the reference fixes the build. Cheers, Chris Want to chat instantly with your online

Re: [Alsa-devel] Broken pipe when starting pcm

2003-10-31 Thread Arve Knudsen
On Fri, 31 Oct 2003 18:27:16 +0100, Arve Knudsen [EMAIL PROTECTED] wrote: Hi Whenever I turn on xrun detection, setting stop_threshold to buffer size instead of -1, snd_pcm_start refuses to work. The exit message to do with broken pipe. I figured it might be caused by an empty buffer, so I

Re: [Alsa-devel] Broken pipe when starting pcm

2003-10-31 Thread Arve Knudsen
On Sat, 01 Nov 2003 01:10:27 +0100, Arve Knudsen [EMAIL PROTECTED] wrote: On Fri, 31 Oct 2003 18:27:16 +0100, Arve Knudsen [EMAIL PROTECTED] wrote: Hi Whenever I turn on xrun detection, setting stop_threshold to buffer size instead of -1, snd_pcm_start refuses to work. The exit message to