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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dvchan.c299 int direction, vchancount; local
312 vchancount = d->pvchancount;
317 vchancount = d->rvchancount;
334 cnt = vchancount;
337 if (err == 0 && req->newptr != NULL && vchancount != cnt) {
450 int *vchanrate, vchancount, direction, ret, newspd, restart; local
462 vchancount = d->pvchancount;
467 vchancount = d->rvchancount;
476 if (vchancount < 1) {
558 int *vchanformat, vchancount, directio local
[all...]
H A Dsound.c276 int err, vchancount, vchan_num; local
308 vchancount = (direction == PCMDIR_PLAY) ? d->pvchancount :
318 if (vchancount < snd_maxautovchans &&
355 if (!(vchancount > 0 && vchancount < snd_maxautovchans) &&
358 err = pcm_setvchans(d, direction, vchancount + 1,

Completed in 103 milliseconds