[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-2-g7b682c9

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Oct 5 14:23:50 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  40c1ca76c48147c7648e1f1a72cc2c747f3d0c9b (commit)

- Log -----------------------------------------------------------------
7b682c9 loopback: Setting latency of module-loopback
-----------------------------------------------------------------------

Summary of changes:
 src/modules/module-loopback.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

commit 7b682c969025845f75cbc74a9f830ad2dec8a415
Author: Tor-Björn Claesson <tclaesson at gmail.com>
Date:   Fri Oct 2 14:13:59 2009 +0200

    loopback: Setting latency of module-loopback
    
    I checked the source code, and latency_msec is missing from the list
    of valid module arguments. Attaching a patch to add it.

diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c
index 29c3dda..bb0182b 100644
--- a/src/modules/module-loopback.c
+++ b/src/modules/module-loopback.c
@@ -102,7 +102,7 @@ struct userdata {
 static const char* const valid_modargs[] = {
     "source",
     "sink",
-    "latency",
+    "latency_msec",
     "format",
     "rate",
     "channels",

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list