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

@ -358,7 +358,9 @@ enum _snd_pcm_type {
SND_PCM_TYPE_IEC958,
/** Soft volume plugin */
SND_PCM_TYPE_SOFTVOL,
SND_PCM_TYPE_LAST = SND_PCM_TYPE_SOFTVOL
/** External I/O plugin */
SND_PCM_TYPE_IOPLUG,
SND_PCM_TYPE_LAST = SND_PCM_TYPE_IOPLUG
};
/** PCM type */