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

2003-11-17 Thread Nima Ghassemi
Hi Jaroslav! here we go: I added some printk's to these routines: -- int snd_ctl_add(snd_card_t * card, snd_kcontrol_t * kcontrol) { snd_ctl_elem_id_t id; unsigned int idx; unsigned int dummy; printk

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

2003-11-17 Thread Nima Ghassemi
Well... still the same... here's the output again: Nov 17 11:16:34 sipiyou kernel: id.face = 2, id-iface = 2 Nov 17 11:16:34 sipiyou kernel: kctl-id.device = 0 id-device= 0 Nov 17 11:16:34 sipiyou kernel: kctl-id.subdevice = 0 id-subdevice=0 Nov 17 11:16:34 sipiyou kernel: kctl-id.name = 'Mono

[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);

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

2003-11-16 Thread Jaroslav Kysela
On Mon, 17 Nov 2003, Nima Ghassemi wrote: 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

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

2003-11-16 Thread Paul Hanly \(Hotmail\)
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 17, 2003 4:35 AM Subject: Re: [Alsa-devel] alsa - 0.9.8 (and today's cvs - 16.11.2003) interwave problem. On Mon, 17 Nov 2003, Nima Ghassemi wrote: hi, there's some problem which I tracked down to ~alsa-driver/sound/core