Added lfloat plugin code (not finished)

This commit is contained in:
Jaroslav Kysela 2001-11-26 16:08:49 +00:00
parent 72a221be2c
commit bb749766d4
6 changed files with 33 additions and 4 deletions

View file

@ -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
};