]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: ladspa: Delay LADSPA plugin activate call
authorMatthias Larisch <mail@matthias-larisch.de>
Thu, 27 Mar 2014 18:05:10 +0000 (19:05 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 3 Apr 2014 10:02:03 +0000 (12:02 +0200)
commit8dcce52ee09b12d977ea23ccd281a17bdcc5414e
treeb2375c81c8957eda8d492a64434f89e7529780e0
parent015c34bf1540a97f8920bf9e3bdff0e80293a053
pcm: ladspa: Delay LADSPA plugin activate call

Some LADSPA Plugins rely on connected control ports on activate call.
While this is not okay by spec, the spec also encourages the activate
call happening as late as possible.

Signed-off-by: Matthias Larisch <mail@matthias-larisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_ladspa.c