Lines Matching defs:module
4 This module is based off Lennart Poettering's LADSPA sink and swaps out
54 #include <pulsecore/module.h>
79 "autoloaded=<set if this module is being loaded automatically> "
87 pa_module *module;
877 /* Leave u->sink alone for now, it will be cleaned up on module
880 pa_module_unload_request(u->module, true);
1085 pa_module_unload_request(u->module, true);
1122 pa_log_warn("module-equalizer-sink is currently unsupported, and can sometimes cause "
1124 pa_log_warn("If you're facing audio problems, try unloading this module as a potential workaround.");
1127 pa_log("Failed to parse module arguments.");
1152 u->module = m;
1200 sink_data.module = m;
1251 u->input_q = pa_memblockq_new("module-equalizer-sink input_q", 0, MEMBLOCKQ_MAXLENGTH, 0, &ss, 1, 1, 0, &u->sink->silence);
1252 u->output_q = pa_memblockq_new("module-equalizer-sink output_q", 0, MEMBLOCKQ_MAXLENGTH, 0, &ss, 1, 1, 0, NULL);
1263 sink_input_data.module = m;