mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Added jack plugin
This commit is contained in:
parent
bb15bea655
commit
be5b2ce72c
4 changed files with 576 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ extern const char *_snd_module_pcm_shm;
|
|||
extern const char *_snd_module_pcm_lfloat;
|
||||
extern const char *_snd_module_pcm_ladspa;
|
||||
extern const char *_snd_module_pcm_dmix;
|
||||
extern const char *_snd_module_pcm_jack;
|
||||
|
||||
static const char **snd_pcm_open_objects[] = {
|
||||
&_snd_module_pcm_adpcm,
|
||||
|
|
@ -59,7 +60,8 @@ static const char **snd_pcm_open_objects[] = {
|
|||
&_snd_module_pcm_shm,
|
||||
&_snd_module_pcm_lfloat,
|
||||
&_snd_module_pcm_ladspa,
|
||||
&_snd_module_pcm_dmix
|
||||
&_snd_module_pcm_dmix,
|
||||
&_snd_module_pcm_jack
|
||||
};
|
||||
|
||||
void *snd_pcm_open_symbols(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue