Home | History | Annotate | Download | only in server

Lines Matching defs:source

2  * Use of this source code is governed by a BSD-style license that can be
26 - Built-in plugins have an attribute "label" which has value "source"
324 struct plugin *source, *sink;
343 source = ARRAY_APPEND_ZERO(&ini->plugins);
344 source->title = "source";
345 source->library = "builtin";
346 source->label = "source";
347 source->purpose = purpose;
350 add_audio_port(ini, source, tmp_flow_ids[i], PORT_OUTPUT);