Add external PCM plugin SDK (draft version)

Added the external PCM plugin SDK (draft version).
This can be used to create external PCM plugins.
Example codes are found in alsa-plugins directory.
This commit is contained in:
Takashi Iwai 2005-02-08 20:57:51 +00:00
parent d7a32ca06b
commit 94c4cdcd30
7 changed files with 1053 additions and 3 deletions

View file

@ -170,3 +170,14 @@ ALSA_1.0.8 {
snd_ctl_elem_add_iec958;
snd_ctl_elem_remove;
} ALSA_1.0.5;
ALSA_1.0.9 {
global:
snd_pcm_ioplug_create;
snd_pcm_ioplug_delete;
snd_pcm_ioplug_reinit_status;
snd_pcm_ioplug_params_reset;
snd_pcm_ioplug_set_param_minmax;
snd_pcm_ioplug_set_param_list;
} ALSA_1.0.5;