[pulseaudio-discuss] [PATCH] Removed the option to specify sample format. (bug 46529)

Ștefan Săftescu stefan.saftescu at gmail.com
Fri Apr 6 14:57:43 PDT 2012


Hey, this is my first patch! I hope it's fine, although the problem 
seems suspiciously simple to fix. Sorry for taking so long to submit.

---
 src/modules/module-virtual-sink.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/module-virtual-sink.c b/src/modules/module-virtual-sink.c
index cf11ffa..8a75bfb 100644
--- a/src/modules/module-virtual-sink.c
+++ b/src/modules/module-virtual-sink.c
@@ -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",
-- 
1.7.9.6



More information about the pulseaudio-discuss mailing list