mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
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:
parent
d7a32ca06b
commit
94c4cdcd30
7 changed files with 1053 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue