From 57b05fb6d462b2a3c27b7beab262d5abc207f26e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 7 Feb 2011 23:53:07 -0800 Subject: Add a missing enum value for PA_API_VERSION 11 --- Alc/pulseaudio.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3