Re: [Alsa-devel] alsa - 0.9.8 (and today's cvs - 16.11.2003) interwave problem.

2003-11-17 Thread Nima Ghassemi
). They're having the same problem with the interwave card (error message is almost the same which says that the card is not found or busy...). Did they copy the alsa-engine and are now charging money for it ? Nima. On Mon, 17 Nov 2003, Nima Ghassemi wrote: hi, there's some problem which I tracked

Re: [Alsa-devel] alsa - 0.9.8 (and today's cvs - 16.11.2003) interwave problem.

2003-11-17 Thread Nima Ghassemi
kernel: pcm-new returns -16 Nov 17 11:16:34 sipiyou kernel: InterWave soundcard not found or device busy On Tue, 18 Nov 2003, Nima Ghassemi wrote: Hi Jaroslav! here we go: I added some printk's to these routines: Thanks. Please, try this patch: Index: gus_pcm.c

[Alsa-devel] alsa - 0.9.8 (and today's cvs - 16.11.2003) interwave problem.

2003-11-16 Thread Nima Ghassemi
hi, there's some problem which I tracked down to ~alsa-driver/sound/core/control.c int snd_ctl_add(snd_card_t * card, snd_kcontrol_t * kcontrol) { snd_ctl_elem_id_t id; unsigned int idx; snd_runtime_check(card != NULL kcontrol != NULL, return -EINVAL);