mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
- added asym plugin.
This commit is contained in:
parent
73365bd766
commit
b833982c70
5 changed files with 124 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue