Lines Matching defs:module
38 #include <pulsecore/module.h>
67 "autoloaded=<set if this module is being loaded automatically> "
74 pa_module *module;
638 pa_module_unload_request(u->module, true);
753 pa_log("Failed to parse module arguments.");
761 pa_log_warn("The 'master' module argument is deprecated and may be removed in the future, "
774 pa_log("Either the 'hrir' or 'hrir_left' module arguments are required.");
839 u->module = m;
845 sink_data.module = m;
900 sink_input_data.module = m;
1131 u->memblockq_sink = pa_memblockq_new("module-virtual-surround-sink memblockq (input)", 0, MEMBLOCKQ_MAXLENGTH, sink_bytes(u, BLOCK_SIZE), &ss_input, 0, 0, sink_bytes(u, u->fftlen), &silence);