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.
This commit is contained in:
Tor-Björn Claesson 2009-10-02 14:13:59 +02:00 committed by Lennart Poettering
parent 40c1ca76c4
commit 7b682c9690

View file

@ -102,7 +102,7 @@ struct userdata {
static const char* const valid_modargs[] = {
"source",
"sink",
"latency",
"latency_msec",
"format",
"rate",
"channels",