Add external control plugin SDK

Added external control plugin SDK.
This commit is contained in:
Takashi Iwai 2005-06-09 17:12:08 +00:00
parent 36f715c59a
commit 8a3d07022c
6 changed files with 652 additions and 3 deletions

View file

@ -171,7 +171,9 @@ typedef enum _snd_ctl_type {
/** Shared memory client CTL */
SND_CTL_TYPE_SHM,
/** INET client CTL (not yet implemented) */
SND_CTL_TYPE_INET
SND_CTL_TYPE_INET,
/** External control plugin */
SND_CTL_TYPE_EXT
} snd_ctl_type_t;
/** Non blocking mode (flag for open mode) \hideinitializer */