Lines Matching defs:pipe
68 * @pipe_id: pipe index
289 * sst_find_and_send_pipe_algo - send all the algo parameters for a pipe
291 * @pipe: string identifier
298 const char *pipe, struct sst_ids *ids)
304 dev_dbg(&drv->pdev->dev, "Enter: widget=%s\n", pipe);
309 dev_dbg(&drv->pdev->dev, "Found algo control name=%s pipe=%s\n",
310 algo->kctl->id.name, pipe);
368 /*if pipe is enabled, need to send the algo params from here*/
1378 * sst_fill_module_list - populate the list of modules/gains for a pipe
1390 * event handler. Each widget (pipe) has multiple algos stored in the algo_list.
1426 * sst_fill_widget_module_info - fill list of gains/algos for the pipe
1427 * @w: pipe modeled as a DAPM widget
1432 * name. First part of control name contains the pipe name (widget name).