summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-25 16:17:03 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-25 16:17:15 +0100
commit8282efcfa3cbc5822ca03fce93c116bfd065d1f0 (patch)
treeab5fbfc05bbe9e5ea25b8f9fd2b39c084fc86da2 /src
parentc367a885dcaa6f935d11b9cbe2fd1e0dfbef3249 (diff)
fix value of DYNAMIC_LATENCY
Diffstat (limited to 'src')
-rw-r--r--src/pulse/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 8bcb6919..9418e96f 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -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;