Home | History | Annotate | Download | only in pcm

Lines Matching full:dused

772 	unsigned int sused, dused, smul, dmul;
775 dused = tt_sused;
780 dused = tt_cused;
784 params->ndsts = dused;
785 dptr = calloc(dused, sizeof(*params->dsts));
789 for (dst_channel = 0; dst_channel < dused; ++dst_channel) {