[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test5-75-g4edb109

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Mar 25 08:18:03 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  c367a885dcaa6f935d11b9cbe2fd1e0dfbef3249 (commit)

- Log -----------------------------------------------------------------
4edb109 use u->use_tsched everywhere
8282efc fix value of DYNAMIC_LATENCY
-----------------------------------------------------------------------

Summary of changes:
 src/modules/alsa/alsa-sink.c   |    2 +-
 src/modules/alsa/alsa-source.c |    2 +-
 src/pulse/def.h                |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------

commit 8282efcfa3cbc5822ca03fce93c116bfd065d1f0
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 25 16:17:03 2009 +0100

    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;

commit 4edb109239c746c6fb69aa15067c5a125aeefe22
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 25 16:17:45 2009 +0100

    use u->use_tsched everywhere

diff --git a/src/modules/alsa/alsa-sink.c b/src/modules/alsa/alsa-sink.c
index 3040582..7c09553 100644
--- a/src/modules/alsa/alsa-sink.c
+++ b/src/modules/alsa/alsa-sink.c
@@ -1691,7 +1691,7 @@ pa_sink *pa_alsa_sink_new(pa_module *m, pa_modargs *ma, const char*driver, pa_ca
 
     pa_sink_set_max_request(u->sink, u->hwbuf_size);
 
-    if (use_tsched) {
+    if (u->use_tsched) {
         fix_min_sleep_wakeup(u);
         fix_tsched_watermark(u);
 
diff --git a/src/modules/alsa/alsa-source.c b/src/modules/alsa/alsa-source.c
index 4a535aa..dfd1870 100644
--- a/src/modules/alsa/alsa-source.c
+++ b/src/modules/alsa/alsa-source.c
@@ -1541,7 +1541,7 @@ pa_source *pa_alsa_source_new(pa_module *m, pa_modargs *ma, const char*driver, p
                 nfrags, (long unsigned) u->fragment_size,
                 (double) pa_bytes_to_usec(u->hwbuf_size, &ss) / PA_USEC_PER_MSEC);
 
-    if (use_tsched) {
+    if (u->use_tsched) {
         fix_min_sleep_wakeup(u);
         fix_tsched_watermark(u);
 

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list