Lines Matching defs:source
213 tplg_dbg("Check route: sink '%s', control '%s', source '%s'",
214 route->sink, route->control, route->source);
238 /* validate source */
239 if (strlen(route->source) <= 0) {
240 SNDERR("no source");
244 if (!tplg_elem_lookup(&tplg->widget_list, route->source,
246 SNDERR("undefined source widget/stream '%s'",
247 route->source);
287 /* line is defined as '"sink, control, source"' */
293 const char *source = NULL, *sink = NULL, *control = NULL;
327 source = &buf[i + 2];
329 strcpy(line->source, source);
360 tplg_dbg("route: sink '%s', control '%s', source '%s'",
361 line->sink, line->control, line->source);
492 route->source);
756 snd_strlcpy(line->source, t->src, SNDRV_CTL_ELEM_ID_NAME_MAXLEN);
1065 ge->src = g->source;