summaryrefslogtreecommitdiffstats
path: root/polyp/module-pipe-sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/module-pipe-sink.c')
-rw-r--r--polyp/module-pipe-sink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/module-pipe-sink.c b/polyp/module-pipe-sink.c
index 57e7425b..c5097fb7 100644
--- a/polyp/module-pipe-sink.c
+++ b/polyp/module-pipe-sink.c
@@ -44,6 +44,7 @@
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("UNIX pipe sink")
PA_MODULE_VERSION(PACKAGE_VERSION)
+PA_MODULE_USAGE("sink_name=<name for the sink> file=<path of the FIFO> format=<sample format> channels=<number of channels> rate=<sample rate>")
#define DEFAULT_FIFO_NAME "/tmp/music.output"
#define DEFAULT_SINK_NAME "fifo_output"
@@ -64,8 +65,8 @@ struct userdata {
static const char* const valid_modargs[] = {
"file",
"rate",
- "channels",
"format",
+ "channels",
"sink_name",
NULL
};