Lines Matching defs:paths
1488 int paths;
1494 /* get number of valid DAI paths and their widgets */
1495 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list,
1499 if (paths > 0)
1500 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths,
1502 else if (paths == 0)
1506 return paths;
1554 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune);
1623 dev_dbg(fe->dev, "ASoC: found %d new BE paths\n", new);
2641 int count, paths;
2654 /* DAPM sync will call this to update DSP paths */
2670 paths = dpcm_path_get(fe, stream, &list);
2671 if (paths < 0)
2672 return paths;
2674 /* update any playback/capture paths */
2710 /* shutdown all old paths first */
2717 /* bring new paths up */