diff options
author | Chris Robinson <[email protected]> | 2011-02-07 23:53:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-02-07 23:53:07 -0800 |
commit | 57b05fb6d462b2a3c27b7beab262d5abc207f26e (patch) | |
tree | 7c08762c5fe75b1549dc17620b170aa372c27b9f /Alc/pulseaudio.c | |
parent | 41a2c25b5afa99c4614f4923eae7ef5c4dcf67f7 (diff) |
Add a missing enum value for PA_API_VERSION 11
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r-- | Alc/pulseaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c index b47e2101..348f2d53 100644 --- a/Alc/pulseaudio.c +++ b/Alc/pulseaudio.c @@ -30,6 +30,7 @@ #if PA_API_VERSION == 11 #define PA_STREAM_ADJUST_LATENCY 0x2000U +#define PA_STREAM_EARLY_REQUESTS 0x4000U static __inline int PA_STREAM_IS_GOOD(pa_stream_state_t x) { return (x == PA_STREAM_CREATING || x == PA_STREAM_READY); |