mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix declaration of snd_pcm_ladspa_open()
Fix declaration of snd_pcm_ladspa_open().
This commit is contained in:
parent
46df7083c9
commit
0ec2247972
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue