Lines Matching defs:algo
289 * sst_find_and_send_pipe_algo - send all the algo parameters for a pipe
302 struct sst_module *algo;
306 list_for_each_entry(algo, &ids->algo_list, node) {
307 bc = (void *)algo->kctl->private_value;
309 dev_dbg(&drv->pdev->dev, "Found algo control name=%s pipe=%s\n",
310 algo->kctl->id.name, pipe);
340 dev_err(component->dev, "Invalid Input- algo type:%d\n",
364 dev_err(cmpnt->dev, "Invalid Input- algo type:%d\n",
368 /*if pipe is enabled, need to send the algo params from here*/
1292 /*allocate space to cache the algo parameters in the driver*/
1386 * Widget pointer is used to send the algo/gain in the .put() handler if the
1389 * Kcontrol pointer is used to send the algo/gain in the widget power ON/OFF
1506 * sst_map_modules_to_pipe - fill algo/gains list for all pipes
1566 /* Initialize algo control params */