mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -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
|
|
@ -64,6 +64,7 @@ PA_MODULE_LOAD_ONCE(FALSE);
|
|||
PA_MODULE_USAGE(
|
||||
"name=<name for the source, to be prefixed> "
|
||||
"source_name=<name for the source> "
|
||||
"source_properties=<properties for the source> "
|
||||
"device=<ALSA device> "
|
||||
"device_id=<ALSA card index> "
|
||||
"format=<sample format> "
|
||||
|
|
@ -82,6 +83,7 @@ PA_MODULE_USAGE(
|
|||
static const char* const valid_modargs[] = {
|
||||
"name",
|
||||
"source_name",
|
||||
"source_properties",
|
||||
"device",
|
||||
"device_id",
|
||||
"format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue