Test...did it arrive on the mailinglist when posted as an attachment?
// David
>From a1b358615e2f9081f832164e9b91d177845554ca Mon Sep 17 00:00:00 2001 From: David Henningsson <[email protected]> Date: Fri, 22 Sep 2017 16:20:14 +0200 Subject: [PATCH] module-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 <[email protected]> --- src/modules/module-switch-on-port-available.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/module-switch-on-port-available.c b/src/modules/module-switch-on-port-available.c index 4020987..b28e60b 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; -- 2.7.4
_______________________________________________ pulseaudio-discuss mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
