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

@ -62,7 +62,7 @@ typedef enum _snd_hwdep_iface {
#define SND_HWDEP_OPEN_WRITE (O_WRONLY)
/** open for reading and writing */
#define SND_HWDEP_OPEN_DUPLEX (O_RDWR)
/** flag: open in nonblock mode */
/** open mode flag: open in nonblock mode */
#define SND_HWDEP_OPEN_NONBLOCK (O_NONBLOCK)
/** HwDep handle type */