Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/
H A Dclone.c523 int cunit, allocunit; in snd_clone_alloc() local
546 cunit = 0; in snd_clone_alloc()
557 if (cunit == 0) in snd_clone_alloc()
570 cunit++; in snd_clone_alloc()
/freebsd-13.1/sys/dev/sound/pcm/
H A Ddsp.c2387 cunit = -1; in dsp_clone()
2411 cunit = -1; in dsp_clone()
2436 if (cunit > devcmax) { in dsp_clone()
2440 udcmask |= snd_c2unit(cunit); in dsp_clone()
2448 udcmask &= ~snd_c2unit(cunit); in dsp_clone()
2466 if (cunit > tumax) in dsp_clone()
2478 cunit < snd_maxautovchans) { in dsp_clone()
2479 udcmask &= ~snd_c2unit(cunit); in dsp_clone()
2481 if (cunit > tumax) in dsp_clone()
2496 udcmask |= snd_c2unit(cunit); in dsp_clone()
[all …]