virtual-sink: Removed the option to specify sample format.

BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=46529
This commit is contained in:
Ștefan Săftescu 2012-04-07 00:57:43 +03:00 committed by Tanu Kaskinen
parent 562378e62f
commit fb293db68d

View 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",