From 0ec2247972f7872171c7185a14727132fc752eb0 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 14 Dec 2005 15:35:23 +0000 Subject: [PATCH] Fix declaration of snd_pcm_ladspa_open() Fix declaration of snd_pcm_ladspa_open(). --- include/pcm_plugin.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.1