]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix declaration of snd_pcm_ladspa_open()
authorTakashi Iwai <tiwai@suse.de>
Wed, 14 Dec 2005 15:35:23 +0000 (15:35 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Dec 2005 15:35:23 +0000 (15:35 +0000)
Fix declaration of snd_pcm_ladspa_open().

include/pcm_plugin.h

index 2129bfebdfa0b4ef00f809690c3715aa898ca7ce..374ba710b9efcb862a61269466c605f44420549b 100644 (file)
@@ -176,6 +176,7 @@ int _snd_pcm_hooks_open(snd_pcm_t **pcmp, const char *name,
  */
 int snd_pcm_ladspa_open(snd_pcm_t **pcmp, const char *name,
                        const char *ladspa_path,
+                       unsigned int channels,
                        snd_config_t *ladspa_pplugins,
                        snd_config_t *ladspa_cplugins,
                        snd_pcm_t *slave, int close_slave);