summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcm.h b/include/pcm.h
index 25cd12d1..a29ea980 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -393,6 +393,8 @@ typedef long snd_pcm_sframes_t;
#define SND_PCM_NONBLOCK 0x00000001
/** Async notification (flag for open mode) \hideinitializer */
#define SND_PCM_ASYNC 0x00000002
+/** Return EINTR instead blocking (wait operation) */
+#define SND_PCM_EINTR 0x00000080
/** In an abort state (internal, not allowed for open) */
#define SND_PCM_ABORT 0x00008000
/** Disable automatic (but not forced!) rate resamplinig */