Home
last modified time | relevance | path

Searched refs:dsp_cmax (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c101 static int dsp_cmax = -1; variable
2383 KASSERT(dsp_umax >= 0 && dsp_cmax >= 0, ("Uninitialized unit!")); in dsp_clone()
2434 KASSERT(devcmax <= dsp_cmax, in dsp_clone()
2435 ("overflow: devcmax=%d, dsp_cmax=%d", devcmax, dsp_cmax)); in dsp_clone()
2535 dsp_cmax = PCMMAXCHAN; in dsp_sysinit()