[pulseaudio-commits] src/modules

Tanu Kaskinen tanuk at kemper.freedesktop.org
Tue Oct 3 14:50:42 UTC 2017


 src/modules/module-switch-on-port-available.c |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 5c7b543cb79b740fb4c891277712766ecca8fcc6
Author: David Henningsson <diwic at ubuntu.com>
Date:   Fri Sep 22 16:27:44 2017 +0200

    switch-on-port-available: Add some basic properties
    
    Apparently I forgot about this for like, five years, but better
    late than never!
    
    Signed-off-by: David Henningsson <diwic at ubuntu.com>

diff --git a/src/modules/module-switch-on-port-available.c b/src/modules/module-switch-on-port-available.c
index 4020987f..b28e60bf 100644
--- a/src/modules/module-switch-on-port-available.c
+++ b/src/modules/module-switch-on-port-available.c
@@ -29,6 +29,11 @@
 
 #include "module-switch-on-port-available-symdef.h"
 
+PA_MODULE_AUTHOR("David Henningsson");
+PA_MODULE_DESCRIPTION("Switches ports and profiles when devices are plugged/unplugged");
+PA_MODULE_LOAD_ONCE(true);
+PA_MODULE_VERSION(PACKAGE_VERSION);
+
 struct card_info {
     struct userdata *userdata;
     pa_card *card;



More information about the pulseaudio-commits mailing list