diff options
Diffstat (limited to 'sesman/chansrv/pulse')
| -rw-r--r-- | sesman/chansrv/pulse/.gitignore | 1 | ||||
| -rw-r--r-- | sesman/chansrv/pulse/module-xrdp-sink.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sesman/chansrv/pulse/.gitignore b/sesman/chansrv/pulse/.gitignore new file mode 100644 index 00000000..24600083 --- /dev/null +++ b/sesman/chansrv/pulse/.gitignore @@ -0,0 +1 @@ +!Makefile diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c index 5d6256d4..f56644b9 100644 --- a/sesman/chansrv/pulse/module-xrdp-sink.c +++ b/sesman/chansrv/pulse/module-xrdp-sink.c @@ -77,7 +77,7 @@ PA_MODULE_USAGE( "sink_name=<name for the sink> " "sink_properties=<properties for the sink> " "format=<sample format> " - "rate=<sample rate>" + "rate=<sample rate> " "channels=<number of channels> " "channel_map=<channel map>"); |
