Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c175 bool vdir_enabled; in dsp_chn_alloc() local
186 vdir_enabled = (direction == PCMDIR_PLAY && d->flags & SD_F_PVCHANS) || in dsp_chn_alloc()
198 (vdir_enabled && (c->flags & CHN_F_HAS_VCHAN))) in dsp_chn_alloc()
210 if (vdir_enabled && ((c->flags & CHN_F_BUSY) == 0 || in dsp_chn_alloc()