Added SND_CTL_READONLY

This commit is contained in:
Jaroslav Kysela 2002-12-04 14:36:39 +00:00
parent 098932ce57
commit 7fcea07002
3 changed files with 7 additions and 3 deletions

View file

@ -180,6 +180,9 @@ typedef enum _snd_ctl_type {
/** Async notification (flag for open mode) \hideinitializer */
#define SND_CTL_ASYNC 0x0002
/** Read only (flag for open mode) \hideinitializer */
#define SND_CTL_READONLY 0x0004
/** CTL handle */
typedef struct _snd_ctl snd_ctl_t;