Searched refs:pvchancount (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.c135 if (d->pvchancount > 0)
136 cmax += max(d->pvchancount, snd_maxautovchans) - 1;
165 vcnt = d->pvchancount;
306 vchancount = (direction == PCMDIR_PLAY) ? d->pvchancount :
412 if (num >= 0 && d->pvchancount > num)
414 else if (num > 0 && d->pvchancount == 0)
501 pnum = &d->pvchancount;
628 d->pvchancount++;
670 d->pvchancount--;
1098 d->pvchancount
[all...]
H A Dsndstat.h55 d->playcount, d->pvchancount, \
H A Dvchan.c310 vchancount = d->pvchancount;
460 vchancount = d->pvchancount;
569 vchancount = d->pvchancount;
H A Dsound.h397 unsigned devcount, playcount, reccount, pvchancount, rvchancount ; member in struct:snddev_info
H A Ddsp.c2436 if (((devtype == SND_DEV_DSPHW_VPLAY && d->pvchancount > 0) ||

Completed in 61 milliseconds