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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dvchan.c297 int direction, vchancount; local
310 vchancount = d->pvchancount;
315 vchancount = d->rvchancount;
332 cnt = vchancount;
335 if (err == 0 && req->newptr != NULL && vchancount != cnt) {
448 int *vchanrate, vchancount, direction, ret, newspd, restart; local
460 vchancount = d->pvchancount;
465 vchancount = d->rvchancount;
474 if (vchancount < 1) {
556 int *vchanformat, vchancount, directio local
[all...]
H A Dsound.c282 int err, vchancount, vchan_num; local
314 vchancount = (direction == PCMDIR_PLAY) ? d->pvchancount :
324 if (vchancount < snd_maxautovchans &&
361 if (!(vchancount > 0 && vchancount < snd_maxautovchans) &&
364 err = pcm_setvchans(d, direction, vchancount + 1,

Completed in 107 milliseconds