]> code.delx.au - pulseaudio/blobdiff - polyp/module-pipe-sink.c
update module descriptions
[pulseaudio] / polyp / module-pipe-sink.c
index 57e7425b2386483e867d1a8ba2971b77bb5e25c1..c5097fb7c7d300822a4b96b7b94b3b0a5fadce2f 100644 (file)
@@ -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
 };