mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
modules: add {sink|source|card}_properties argument to all modules
This commit is contained in:
parent
208862698e
commit
1c4393acf0
20 changed files with 231 additions and 48 deletions
|
|
@ -40,6 +40,7 @@ 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> "
|
||||
"device=<ALSA device> "
|
||||
"device_id=<ALSA card index> "
|
||||
"format=<sample format> "
|
||||
|
|
@ -58,6 +59,7 @@ PA_MODULE_USAGE(
|
|||
static const char* const valid_modargs[] = {
|
||||
"name",
|
||||
"sink_name",
|
||||
"sink_properties",
|
||||
"device",
|
||||
"device_id",
|
||||
"format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue