src/modules/module-switch-on-port-available.c | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 5c7b543cb79b740fb4c891277712766ecca8fcc6 Author: David Henningsson <[email protected]> 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 <[email protected]> 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; _______________________________________________ pulseaudio-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
