mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa: fixed_latency_range modarg for module-alsa-card
This commit is contained in:
parent
c07c4b353d
commit
1e6eda8eda
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue