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.

_______________________________________________
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to