Lines Matching refs:paths
1427 int paths; in dpcm_path_get() local
1430 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list, in dpcm_path_get()
1433 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get()
1436 return paths; in dpcm_path_get()
2729 int count, paths; in soc_dpcm_fe_runtime_update() local
2751 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_PLAYBACK, &list); in soc_dpcm_fe_runtime_update()
2752 if (paths < 0) { in soc_dpcm_fe_runtime_update()
2755 return paths; in soc_dpcm_fe_runtime_update()
2782 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_CAPTURE, &list); in soc_dpcm_fe_runtime_update()
2783 if (paths < 0) { in soc_dpcm_fe_runtime_update()
2786 return paths; in soc_dpcm_fe_runtime_update()