mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
virtual-sink: Removed the option to specify sample format.
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=46529
This commit is contained in:
parent
562378e62f
commit
fb293db68d
1 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue