From: Takashi Iwai Date: Wed, 14 Dec 2005 15:35:23 +0000 (+0000) Subject: Fix declaration of snd_pcm_ladspa_open() X-Git-Tag: v1.0.11rc2~6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0ec2247972f7872171c7185a14727132fc752eb0;p=alsa-lib.git Fix declaration of snd_pcm_ladspa_open() Fix declaration of snd_pcm_ladspa_open(). --- diff --git a/include/pcm_plugin.h b/include/pcm_plugin.h index 2129bfeb..374ba710 100644 --- a/include/pcm_plugin.h +++ b/include/pcm_plugin.h @@ -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);