[Alsa-devel] [PATCH] usbaudio.c: fix for 8-bit PCM format

2003-09-16 Thread Clemens Ladisch
All AUDIO_FORMAT_PCM formats are signed, even 8 bits. Index: alsa-kernel/usb/usbaudio.c === RCS file: /cvsroot/alsa/alsa-kernel/usb/usbaudio.c,v retrieving revision 1.63 diff -u -r1.63 usbaudio.c --- alsa-kernel/usb/usbaudio.c 20

Re: [Alsa-devel] mips fix

2003-09-16 Thread Ryan Underwood
Hi, On Tue, Sep 09, 2003 at 08:09:45PM +0200, Takashi Iwai wrote: At Sun, 7 Sep 2003 22:36:57 -0500, Ryan Underwood wrote: In configure.in: mips*) c_opts=-mcpu=r4600 -G 0 -mips2 -fno-pic -mno-abicalls -mlong-calls processor=mips test $CONFIG_ISA = probe

[Alsa-devel] Bug in pcm_plugin.c, function snd_pcm_plug_alloc?

2003-09-16 Thread Nick Hogle
I believe this is a bug: the loop in plug_alloc doesn't iterate completely through the plugin linked list. The problem with this, is that snd_pcm_plugin_alloc won't get called for every plugin in the list, and vital components of those plugins won't be initialized. The solution would be to

Re: [Alsa-devel] ANN: AudioScience driver beta 0.3 (0.9.6)

2003-09-16 Thread Takashi Iwai
At Mon, 15 Sep 2003 15:39:04 -0700 (PDT), Eliot Blennerhassett wrote: Takashi Iwai wrote: At Sun, 14 Sep 2003 22:57:04 -0700 (PDT), Eliot Blennerhassett wrote: The latest beta ALSA driver for AudioScience sound cards is available as a patch against ALSA release 0.9.6 - download it

Re: [Alsa-devel] Bug in pcm_plugin.c, function snd_pcm_plug_alloc?

2003-09-16 Thread James Courtier-Dutton
Nick Hogle wrote: I believe this is a bug: the loop in plug_alloc doesn't iterate completely through the plugin linked list. The problem with this, is that snd_pcm_plugin_alloc won't get called for every plugin in the list, and vital components of those plugins won't be initialized. The

Re: [Alsa-devel] Bug in pcm_plugin.c, function snd_pcm_plug_alloc?

2003-09-16 Thread Takashi Iwai
At Tue, 16 Sep 2003 02:26:43 -0700, Nick Hogle wrote: I believe this is a bug: the loop in plug_alloc doesn't iterate completely through the plugin linked list. The problem with this, is that snd_pcm_plugin_alloc won't get called for every plugin in the list, and vital components of

Re: [Alsa-devel] PCM format restrict dilema

2003-09-16 Thread James Courtier-Dutton
Takashi Iwai wrote: At Tue, 16 Sep 2003 10:19:53 -0400, Manuel Jander wrote: Hello, I have the following dilema. The Aureal Vortex DMA engine supports upto 4 hardware pages, but they have to be frame aligned. The current driver also needs them to be of the same size. To archive this, i added the

Re: [Alsa-devel] PCM format restrict dilema

2003-09-16 Thread Paul Davis
I want to try and aim at 8 periods per buffer. Common sense would tell me that one should be able to set the buffer size first, and then try to set the period size to buffer_size/8. But I why don't you set the sizes based on frame counts, not time? i suspect you're more likely to get better

Re: [Alsa-devel] PCM format restrict dilema

2003-09-16 Thread James Courtier-Dutton
Paul Davis wrote: I want to try and aim at 8 periods per buffer. Common sense would tell me that one should be able to set the buffer size first, and then try to set the period size to buffer_size/8. But I why don't you set the sizes based on frame counts, not time? i suspect you're more

Re: [Alsa-devel] PCM format restrict dilema

2003-09-16 Thread Paul Davis
why don't you set the sizes based on frame counts, not time? i suspect you're more likely to get better results. If the api for setting based on time it present, I would expect to be able to use it. you can use it. but the thing is that you are probably requesting times in msecs, whereas

Re: [Alsa-devel] FORWARD - RME Hammerfall HDSP 9652

2003-09-16 Thread Thomas Charbonnel
Natasha is having email server problems and asked me to forward this to the list. - Mark On Sun, 2003-09-14 at 09:39, Natasha Barrett wrote: For some time I have been trying to get the HDSP 9652 sound card working under LINUX (with Pd). Everything was fine in an old, slower machine. The

Re: [Alsa-devel] Trident problems.

2003-09-16 Thread David Parker
Takashi Iwai [EMAIL PROTECTED] said: could you please try the attached patch? if it still doesn't solve the problem, try to increase the length of timeout in snd_trident_4d_dx_init(), e.g. end_time = jiffies + HZ * 2; it will wait for 2 seconds. try this with and without the

Re: [Alsa-devel] ANN: AudioScience driver beta 0.3 (0.9.6)

2003-09-16 Thread Eliot Blennerhassett
Takashi Iwai wrote: any chance to get the whole things into alsa tree? Takashi, I would love to get this into the ALSA tree. How do I go about doing this? Are there changes I need to make to the code to make it acceptable? firstly, Jaroslav and I will review the patch. the patch itself