Searched refs:ndsts (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Droute.c27 static void zero_areas(struct snd_pcm_plugin_channel *dvp, int ndsts, argument
31 for (; dst < ndsts; ++dst) {
52 int nsrcs, ndsts, dst; local
62 ndsts = plugin->dst_format.channels;
68 for (dst = 0; dst < ndsts; ++dst) {
75 for (dst = 0; dst < ndsts && dst < nsrcs; ++dst) {
80 if (dst < ndsts)
81 zero_areas(dvp, ndsts - dst, frames, format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_route.c70 unsigned int ndsts; member in struct:__anon1499
493 if (dst_channel >= params->ndsts)
515 for (dst_channel = 0; dst_channel < params->ndsts; ++dst_channel) {
716 for (dst = 0; dst < route->params.ndsts; dst++) {
784 params->ndsts = dused;

Completed in 124 milliseconds