[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] 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