Lines Matching defs:plugins
68 /* compose the plugin path, if not from environment, then from default plugins dir */
117 char *plugins[SND_TOPOLOGY_MAX_PLUGINS];
126 /* no plugins defined, so just return */
131 plugins[count] = strtok(plugin_string, ":");
132 while ((count < SND_TOPOLOGY_MAX_PLUGINS - 1) && plugins[count]) {
134 plugins[count] = strtok(NULL, ":");
137 /* run all plugins */
139 ret = run_plugin(tplg_pp, plugins[i]);
991 /* process topology plugins */
994 fprintf(stderr, "Unable to run pre-process plugins or plugins return error\n");