Add filter-type external plugin SDK

Added the SDK for filter-type PCM plugins.
Share some codes with ioplug.
This commit is contained in:
Takashi Iwai 2005-02-14 13:33:08 +00:00
parent 4ea51d8201
commit 5eb794fe0b
9 changed files with 672 additions and 137 deletions

View file

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