alsa: fixed_latency_range modarg for module-alsa-card

This commit is contained in:
Lars R. Damerow 2011-11-03 21:31:48 +01:00 committed by Lennart Poettering
parent c07c4b353d
commit 1e6eda8eda

View file

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