From: Lennart Poettering Date: Wed, 25 Mar 2009 15:17:03 +0000 (+0100) Subject: fix value of DYNAMIC_LATENCY X-Git-Tag: 1.0_branch~1951 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8282efcfa3cbc5822ca03fce93c116bfd065d1f0;p=profile%2Fivi%2Fpulseaudio.git fix value of DYNAMIC_LATENCY --- diff --git a/src/pulse/def.h b/src/pulse/def.h index 8bcb691..9418e96 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;