Expose control param to alsa-card module

This commit is contained in:
Nate Brown 2019-05-14 09:28:32 -07:00 committed by Georg Chini
parent 59005d16f1
commit f34ea0f0c3

View file

@ -69,6 +69,7 @@ PA_MODULE_USAGE(
"paths_dir=<directory containing the path configuration files> "
"use_ucm=<load use case manager> "
"avoid_resampling=<use stream original sample rate if possible?> "
"control=<name of mixer control> "
);
static const char* const valid_modargs[] = {
@ -97,6 +98,7 @@ static const char* const valid_modargs[] = {
"paths_dir",
"use_ucm",
"avoid_resampling",
"control",
NULL
};