]> code.delx.au - pulseaudio/commitdiff
virtual-sink: Removed the option to specify sample format.
authorȘtefan Săftescu <stefan.saftescu@gmail.com>
Fri, 6 Apr 2012 21:57:43 +0000 (00:57 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 19 Dec 2012 10:31:50 +0000 (12:31 +0200)
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=46529
src/modules/module-virtual-sink.c

index eabd32196e2a7f0d02d9f3faea4e08631af31b5c..59e9ce689a7a9f8489bb244dbb4483be5ec7ce7b 100644 (file)
@@ -48,7 +48,6 @@ PA_MODULE_USAGE(
         _("sink_name=<name for the sink> "
           "sink_properties=<properties for the sink> "
           "master=<name of sink to filter> "
-          "format=<sample format> "
           "rate=<sample rate> "
           "channels=<number of channels> "
           "channel_map=<channel map> "
@@ -77,7 +76,6 @@ static const char* const valid_modargs[] = {
     "sink_name",
     "sink_properties",
     "master",
-    "format",
     "rate",
     "channels",
     "channel_map",