alsa: fixed_latency_range modarg for module-alsa-card
authorLars R. Damerow <lars@pixar.com>
Thu, 3 Nov 2011 20:31:48 +0000 (21:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 Nov 2011 20:31:48 +0000 (21:31 +0100)
src/modules/alsa/module-alsa-card.c

index 5bf6480..344563f 100644 (file)
@@ -64,6 +64,7 @@ PA_MODULE_USAGE(
         "tsched_buffer_size=<buffer size when using timer based scheduling> "
         "tsched_buffer_watermark=<lower fill watermark> "
         "profile=<profile name> "
+        "fixed_latency_range=<disable latency range changes on underrun?> "
         "ignore_dB=<ignore dB information from the device?> "
         "deferred_volume=<Synchronize software and hardware volume changes to avoid momentary jumps?> "
         "profile_set=<profile set configuration file> "
@@ -88,6 +89,7 @@ static const char* const valid_modargs[] = {
     "tsched",
     "tsched_buffer_size",
     "tsched_buffer_watermark",
+    "fixed_latency_range",
     "profile",
     "ignore_dB",
     "deferred_volume",