Lines Matching refs:new
1386 int i, new = 0, err; in dpcm_add_paths() local
1431 new++; in dpcm_add_paths()
1434 dev_dbg(fe->dev, "ASoC: found %d new BE paths\n", new); in dpcm_add_paths()
1435 return new; in dpcm_add_paths()
1443 int stream, struct snd_soc_dapm_widget_list **list, int new) in dpcm_process_paths() argument
1445 if (new) in dpcm_process_paths()
2507 int old, new, paths; in soc_dpcm_runtime_update() local
2544 new = dpcm_process_paths(fe, SNDRV_PCM_STREAM_PLAYBACK, &list, 1); in soc_dpcm_runtime_update()
2545 if (new) { in soc_dpcm_runtime_update()
2580 new = dpcm_process_paths(fe, SNDRV_PCM_STREAM_CAPTURE, &list, 1); in soc_dpcm_runtime_update()
2581 if (new) { in soc_dpcm_runtime_update()