Lines Matching refs:new
926 int i, new = 0, err; in dpcm_add_paths() local
966 new++; in dpcm_add_paths()
969 dev_dbg(fe->dev, "ASoC: found %d new BE paths\n", new); in dpcm_add_paths()
970 return new; in dpcm_add_paths()
978 int stream, struct snd_soc_dapm_widget_list **list, int new) in dpcm_process_paths() argument
980 if (new) in dpcm_process_paths()
1835 int i, old, new, paths; in soc_dpcm_runtime_update() local
1874 new = dpcm_process_paths(fe, SNDRV_PCM_STREAM_PLAYBACK, &list, 1); in soc_dpcm_runtime_update()
1875 if (new) { in soc_dpcm_runtime_update()
1903 new = dpcm_process_paths(fe, SNDRV_PCM_STREAM_CAPTURE, &list, 1); in soc_dpcm_runtime_update()
1904 if (new) { in soc_dpcm_runtime_update()