mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -65,6 +65,7 @@ PA_MODULE_USAGE(
|
|||
"name=<name for the source, to be prefixed> "
|
||||
"source_name=<name for the source> "
|
||||
"source_properties=<properties for the source> "
|
||||
"namereg_fail=<pa_namereg_register() fail parameter value> "
|
||||
"device=<ALSA device> "
|
||||
"device_id=<ALSA card index> "
|
||||
"format=<sample format> "
|
||||
|
|
@ -84,6 +85,7 @@ static const char* const valid_modargs[] = {
|
|||
"name",
|
||||
"source_name",
|
||||
"source_properties",
|
||||
"namereg_fail",
|
||||
"device",
|
||||
"device_id",
|
||||
"format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue