mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Added LADSPA plugin (only framework, no implementation yet)
This commit is contained in:
parent
f9756e6efd
commit
26c3afa171
5 changed files with 784 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ extern const char *_snd_module_pcm_rate;
|
|||
extern const char *_snd_module_pcm_route;
|
||||
extern const char *_snd_module_pcm_share;
|
||||
extern const char *_snd_module_pcm_shm;
|
||||
extern const char *_snd_module_pcm_ladspa;
|
||||
|
||||
static const char **snd_pcm_open_objects[] = {
|
||||
&_snd_module_pcm_adpcm,
|
||||
|
|
@ -53,7 +54,8 @@ static const char **snd_pcm_open_objects[] = {
|
|||
&_snd_module_pcm_rate,
|
||||
&_snd_module_pcm_route,
|
||||
&_snd_module_pcm_share,
|
||||
&_snd_module_pcm_shm
|
||||
&_snd_module_pcm_shm,
|
||||
&_snd_module_pcm_ladspa
|
||||
};
|
||||
|
||||
void *snd_pcm_open_symbols(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue