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

@ -81,8 +81,8 @@ typedef enum _snd_timer_slave_class {
/** global timer - RTC */
#define SND_TIMER_GLOBAL_RTC 1
/** timer open mode flag - nonblock */
#define SND_TIMER_OPEN_NONBLOCK 1
/** timer open mode flag - nonblocking behaviour */
#define SND_TIMER_OPEN_NONBLOCK 0x0001
/** timer handle type */
typedef enum _snd_timer_type {