]> code.delx.au - pulseaudio/blobdiff - src/modules/alsa/module-alsa-source.c
volume: Rename 'sync volume' to 'deferred volume'.
[pulseaudio] / src / modules / alsa / module-alsa-source.c
index 46c11766604638b4c13b04a3291c03c1f929c169..628e6313a95c12e0cf2f48f89cc79a1cf83ff327 100644 (file)
@@ -64,9 +64,9 @@ PA_MODULE_USAGE(
         "tsched_buffer_watermark=<upper fill watermark> "
         "ignore_dB=<ignore dB information from the device?> "
         "control=<name of mixer control>"
-        "sync_volume=<syncronize sw and hw voluchanges in IO-thread?> "
-        "sync_volume_safety_margin=<usec adjustment depending on volume direction> "
-        "sync_volume_extra_delay=<usec adjustment to HW volume changes>");
+        "deferred_volume=<Synchronize software and hardware volume changes to avoid momentary jumps?> "
+        "deferred_volume_safety_margin=<usec adjustment depending on volume direction> "
+        "deferred_volume_extra_delay=<usec adjustment to HW volume changes>");
 
 static const char* const valid_modargs[] = {
     "name",
@@ -87,9 +87,9 @@ static const char* const valid_modargs[] = {
     "tsched_buffer_watermark",
     "ignore_dB",
     "control",
-    "sync_volume",
-    "sync_volume_safety_margin",
-    "sync_volume_extra_delay",
+    "deferred_volume",
+    "deferred_volume_safety_margin",
+    "deferred_volume_extra_delay",
     NULL
 };