Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c73 #define DSP_F_WRITE(x) ((x) & FWRITE) macro
154 if (priv->wrch != NULL && DSP_F_WRITE(prio)) in dsp_lock_chans()
163 if (priv->wrch != NULL && DSP_F_WRITE(prio)) in dsp_unlock_chans()
386 (DSP_F_WRITE(flags) && d->playcount == 0))) in dsp_open()
432 if (DSP_F_WRITE(flags)) { in dsp_open()