update module descriptions

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@223 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-20 17:19:35 +00:00
parent b118982674
commit 42bba491a8
10 changed files with 19 additions and 5 deletions

View 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
};