loopback: Setting latency of module-loopback
authorTor-Björn Claesson <tclaesson@gmail.com>
Fri, 2 Oct 2009 12:13:59 +0000 (14:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 5 Oct 2009 21:24:20 +0000 (23:24 +0200)
I checked the source code, and latency_msec is missing from the list
of valid module arguments. Attaching a patch to add it.

src/modules/module-loopback.c

index 29c3dda..bb0182b 100644 (file)
@@ -102,7 +102,7 @@ struct userdata {
 static const char* const valid_modargs[] = {
     "source",
     "sink",
-    "latency",
+    "latency_msec",
     "format",
     "rate",
     "channels",