mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Update PA_MODULE_USAGE to be in line with actual implementation
This commit is contained in:
parent
9a27b0c413
commit
26366664c1
9 changed files with 17 additions and 11 deletions
|
|
@ -40,7 +40,8 @@ PA_MODULE_LOAD_ONCE(FALSE);
|
|||
PA_MODULE_USAGE(
|
||||
"name=<name of the sink, to be prefixed> "
|
||||
"sink_name=<name for the sink> "
|
||||
"sink_properities=<properties for the sink> "
|
||||
"sink_properties=<properties for the sink> "
|
||||
"namereg_fail=<pa_namereg_register() fail parameter value> "
|
||||
"device=<ALSA device> "
|
||||
"device_id=<ALSA card index> "
|
||||
"format=<sample format> "
|
||||
|
|
@ -64,6 +65,7 @@ static const char* const valid_modargs[] = {
|
|||
"name",
|
||||
"sink_name",
|
||||
"sink_properties",
|
||||
"namereg_fail",
|
||||
"device",
|
||||
"device_id",
|
||||
"format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue