Fix declaration of snd_pcm_ladspa_open()

Fix declaration of snd_pcm_ladspa_open().
This commit is contained in:
Takashi Iwai 2005-12-14 15:35:23 +00:00
parent 46df7083c9
commit 0ec2247972

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