mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Expose control param to alsa-card module
This commit is contained in:
parent
59005d16f1
commit
f34ea0f0c3
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ PA_MODULE_USAGE(
|
||||||
"paths_dir=<directory containing the path configuration files> "
|
"paths_dir=<directory containing the path configuration files> "
|
||||||
"use_ucm=<load use case manager> "
|
"use_ucm=<load use case manager> "
|
||||||
"avoid_resampling=<use stream original sample rate if possible?> "
|
"avoid_resampling=<use stream original sample rate if possible?> "
|
||||||
|
"control=<name of mixer control> "
|
||||||
);
|
);
|
||||||
|
|
||||||
static const char* const valid_modargs[] = {
|
static const char* const valid_modargs[] = {
|
||||||
|
|
@ -97,6 +98,7 @@ static const char* const valid_modargs[] = {
|
||||||
"paths_dir",
|
"paths_dir",
|
||||||
"use_ucm",
|
"use_ucm",
|
||||||
"avoid_resampling",
|
"avoid_resampling",
|
||||||
|
"control",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue