mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added more informative comments to open mode flags
This commit is contained in:
parent
dd68c91cbc
commit
d57853a90a
6 changed files with 14 additions and 14 deletions
|
|
@ -267,9 +267,9 @@ typedef long snd_pcm_sframes_t;
|
|||
/** Timestamp */
|
||||
typedef struct timeval snd_timestamp_t;
|
||||
|
||||
/** Non blocking mode \hideinitializer */
|
||||
/** Non blocking mode (flag for open mode) \hideinitializer */
|
||||
#define SND_PCM_NONBLOCK 0x0001
|
||||
/** Async notification \hideinitializer */
|
||||
/** Async notification (flag for open mode) \hideinitializer */
|
||||
#define SND_PCM_ASYNC 0x0002
|
||||
|
||||
/** PCM handle */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue