Added more informative comments to open mode flags

This commit is contained in:
Jaroslav Kysela 2002-01-28 18:11:45 +00:00
parent dd68c91cbc
commit d57853a90a
6 changed files with 14 additions and 14 deletions

View file

@ -171,10 +171,10 @@ typedef enum _snd_ctl_type {
SND_CTL_TYPE_INET
} snd_ctl_type_t;
/** Non blocking mode \hideinitializer */
/** Non blocking mode (flag for open mode) \hideinitializer */
#define SND_CTL_NONBLOCK 0x0001
/** Async notification \hideinitializer */
/** Async notification (flag for open mode) \hideinitializer */
#define SND_CTL_ASYNC 0x0002
/** CTL handle */