From: Jyri Sarha <jyri.sarha@xxxxxxxxx> --- src/modules/alsa/module-alsa-card.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c index 6bea33d..8e613e7 100644 --- a/src/modules/alsa/module-alsa-card.c +++ b/src/modules/alsa/module-alsa-card.c @@ -63,7 +63,8 @@ PA_MODULE_USAGE( "tsched_buffer_size=<buffer size when using timer based scheduling> " "tsched_buffer_watermark=<lower fill watermark> " "profile=<profile name> " - "ignore_dB=<ignore dB information from the device?>"); + "ignore_dB=<ignore dB information from the device?> " + "sync_volume=<syncronize sw and hw voluchanges in IO-thread?>"); static const char* const valid_modargs[] = { "name", @@ -84,6 +85,7 @@ static const char* const valid_modargs[] = { "tsched_buffer_watermark", "profile", "ignore_dB", + "sync_volume", NULL }; -- 1.7.0