mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Add external control plugin SDK
Added external control plugin SDK.
This commit is contained in:
parent
36f715c59a
commit
8a3d07022c
6 changed files with 652 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue