- added asym plugin.

This commit is contained in:
Takashi Iwai 2004-01-08 14:05:55 +00:00
parent 73365bd766
commit b833982c70
5 changed files with 124 additions and 3 deletions

View file

@ -43,6 +43,7 @@ extern const char *_snd_module_pcm_ladspa;
extern const char *_snd_module_pcm_dmix;
extern const char *_snd_module_pcm_dsnoop;
extern const char *_snd_module_pcm_dshare;
extern const char *_snd_module_pcm_asym;
static const char **snd_pcm_open_objects[] = {
&_snd_module_pcm_adpcm,
@ -65,7 +66,8 @@ static const char **snd_pcm_open_objects[] = {
&_snd_module_pcm_ladspa,
&_snd_module_pcm_dmix,
&_snd_module_pcm_dsnoop,
&_snd_module_pcm_dshare
&_snd_module_pcm_dshare,
&_snd_module_pcm_asym
};
void *snd_pcm_open_symbols(void)