Lines Matching refs:paths
1238 int paths; in dpcm_path_get() local
1246 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, &list); in dpcm_path_get()
1248 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get()
1252 return paths; in dpcm_path_get()
2265 int i, old, new, paths; in soc_dpcm_runtime_update() local
2294 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_PLAYBACK, &list); in soc_dpcm_runtime_update()
2295 if (paths < 0) { in soc_dpcm_runtime_update()
2299 return paths; in soc_dpcm_runtime_update()
2330 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_CAPTURE, &list); in soc_dpcm_runtime_update()
2331 if (paths < 0) { in soc_dpcm_runtime_update()
2335 return paths; in soc_dpcm_runtime_update()