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

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c161 if (newcnt < 0 || newcnt > SND_MAXVCHANS)
173 (num >= 0 && num < SND_MAXVCHANS && (newcnt - 1) == vcnt),
459 if (v > SND_MAXVCHANS)
460 v = SND_MAXVCHANS;
503 max = SND_MAXVCHANS;
517 max = SND_MAXVCHANS;
H A Dfeeder.c91 snd_maxautovchans > SND_MAXVCHANS)
H A Dvchan.c338 if (cnt > SND_MAXVCHANS)
339 cnt = SND_MAXVCHANS;
H A Dsound.h126 #define SND_MAXVCHANS SND_MAXHWCHAN macro
H A Ddsp.c406 { SND_DEV_DSPHW_VPLAY, "dsp", ".vp", NULL, 1, 1, SND_MAXVCHANS, 1,
410 { SND_DEV_DSPHW_VREC, "dsp", ".vr", NULL, 1, 1, SND_MAXVCHANS, 1,

Completed in 86 milliseconds