Searched refs:cunit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | dsp.c | 2350 int i, unit, udcmask, cunit, devtype, devhw, devcmax, tumax; in dsp_clone() local 2359 cunit = -1; in dsp_clone() 2381 dsp_cdevs[i].use_sep, &unit, &cunit) != 0) { in dsp_clone() 2383 cunit = -1; in dsp_clone() 2408 if (cunit > devcmax) { in dsp_clone() 2412 udcmask |= snd_c2unit(cunit); in dsp_clone() 2420 udcmask &= ~snd_c2unit(cunit); in dsp_clone() 2438 if (cunit > tumax) in dsp_clone() 2439 snd_clone_setmaxunit(d->clones, cunit); in dsp_clone() 2450 cunit < snd_maxautovchans) { in dsp_clone() [all …]
|
| /freebsd-12-stable/sys/dev/sound/ |
| D | clone.c | 617 int cunit, allocunit; in snd_clone_alloc() local 640 cunit = 0; in snd_clone_alloc() 651 if (cunit == 0) in snd_clone_alloc() 664 cunit++; in snd_clone_alloc()
|