Searched refs:ndsts (Results 1 – 1 of 1) sorted by relevance
27 static void zero_areas(struct snd_pcm_plugin_channel *dvp, int ndsts, in zero_areas() argument31 for (; dst < ndsts; ++dst) { in zero_areas()52 int nsrcs, ndsts, dst; in route_transfer() local62 ndsts = plugin->dst_format.channels; in route_transfer()68 for (dst = 0; dst < ndsts; ++dst) { in route_transfer()75 for (dst = 0; dst < ndsts && dst < nsrcs; ++dst) { in route_transfer()80 if (dst < ndsts) in route_transfer()81 zero_areas(dvp, ndsts - dst, frames, format); in route_transfer()