Lines Matching defs:sink
213 tplg_dbg("Check route: sink '%s', control '%s', source '%s'",
214 route->sink, route->control, route->source);
216 /* validate sink */
217 if (strlen(route->sink) <= 0) {
218 SNDERR("no sink");
222 if (!tplg_elem_lookup(&tplg->widget_list, route->sink,
224 SNDERR("undefined sink widget/stream '%s'", route->sink);
287 /* line is defined as '"sink, control, source"' */
293 const char *source = NULL, *sink = NULL, *control = NULL;
313 sink = buf;
331 strcpy(line->sink, sink);
360 tplg_dbg("route: sink '%s', control '%s', source '%s'",
361 line->sink, line->control, line->source);
491 route->sink, route->control,
748 if (!t->src || !t->sink)
760 snd_strlcpy(line->sink, t->sink, SNDRV_CTL_ELEM_ID_NAME_MAXLEN);
1067 ge->sink = g->sink;
1069 tplg_log(tplg, 'D', pos, "dapm graph: src='%s' ctl='%s' sink='%s'",
1070 ge->src, ge->ctl, ge->sink);