mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Added lfloat plugin code (not finished)
This commit is contained in:
parent
72a221be2c
commit
bb749766d4
6 changed files with 33 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_lfloat;
|
||||
extern const char *_snd_module_pcm_ladspa;
|
||||
|
||||
static const char **snd_pcm_open_objects[] = {
|
||||
|
|
@ -55,6 +56,7 @@ static const char **snd_pcm_open_objects[] = {
|
|||
&_snd_module_pcm_route,
|
||||
&_snd_module_pcm_share,
|
||||
&_snd_module_pcm_shm,
|
||||
&_snd_module_pcm_lfloat,
|
||||
&_snd_module_pcm_ladspa
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue