Lines Matching refs:paths
1284 int paths; in dpcm_path_get() local
1287 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list); in dpcm_path_get()
1289 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get()
1292 return paths; in dpcm_path_get()
2347 int i, old, new, paths; in soc_dpcm_runtime_update() local
2376 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_PLAYBACK, &list); in soc_dpcm_runtime_update()
2377 if (paths < 0) { in soc_dpcm_runtime_update()
2381 return paths; in soc_dpcm_runtime_update()
2412 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_CAPTURE, &list); in soc_dpcm_runtime_update()
2413 if (paths < 0) { in soc_dpcm_runtime_update()
2417 return paths; in soc_dpcm_runtime_update()