fix value of DYNAMIC_LATENCY
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Mar 2009 15:17:03 +0000 (16:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 25 Mar 2009 15:17:15 +0000 (16:17 +0100)
src/pulse/def.h

index 8bcb691..9418e96 100644 (file)
@@ -789,7 +789,7 @@ typedef enum pa_source_flags {
     /**< Volume can be translated to dB with pa_sw_volume_to_dB()
      * \since 0.9.11 */
 
-    PA_SOURCE_DYNAMIC_LATENCY = 0x0080U
+    PA_SOURCE_DYNAMIC_LATENCY = 0x0040U
     /**< The latency can be adjusted dynamically depending on the
      * needs of the connected streams. \since 0.9.15 */
 } pa_source_flags_t;