mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Add filter-type external plugin SDK
Added the SDK for filter-type PCM plugins. Share some codes with ioplug.
This commit is contained in:
parent
4ea51d8201
commit
5eb794fe0b
9 changed files with 672 additions and 137 deletions
|
|
@ -180,4 +180,13 @@ ALSA_1.0.9 {
|
|||
snd_pcm_ioplug_params_reset;
|
||||
snd_pcm_ioplug_set_param_minmax;
|
||||
snd_pcm_ioplug_set_param_list;
|
||||
|
||||
snd_pcm_extplug_create;
|
||||
snd_pcm_extplug_delete;
|
||||
snd_pcm_extplug_params_reset;
|
||||
snd_pcm_extplug_set_param_list;
|
||||
snd_pcm_extplug_set_param_minmax;
|
||||
snd_pcm_extplug_set_slave_param_list;
|
||||
snd_pcm_extplug_set_slave_param_minmax;
|
||||
|
||||
} ALSA_1.0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue