Lines Matching defs:paths
1412 int paths;
1420 /* get number of valid DAI paths and their widgets */
1421 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list,
1425 if (paths > 0)
1426 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths,
1428 else if (paths == 0)
1432 return paths;
1480 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune);
1546 dev_dbg(fe->dev, "ASoC: found %d new BE paths\n", new);
2634 int count, paths;
2649 /* DAPM sync will call this to update DSP paths */
2665 paths = dpcm_path_get(fe, stream, &list);
2666 if (paths < 0)
2667 return paths;
2669 /* update any playback/capture paths */
2698 /* shutdown all old paths first */
2705 /* bring new paths up */