[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] Expose control param to alsa-card module
Georg Chini
gitlab at gitlab.freedesktop.org
Thu May 23 14:45:01 UTC 2019
Georg Chini pushed to branch master at PulseAudio / pulseaudio
Commits:
f34ea0f0 by Nate Brown at 2019-05-23T14:15:55Z
Expose control param to alsa-card module
- - - - -
1 changed file:
- src/modules/alsa/module-alsa-card.c
Changes:
=====================================
src/modules/alsa/module-alsa-card.c
=====================================
@@ -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
};
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/f34ea0f0c303bf557fb4af6bda5e9588c7c20ffb
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/f34ea0f0c303bf557fb4af6bda5e9588c7c20ffb
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190523/0c110d5e/attachment.html>
More information about the pulseaudio-commits
mailing list