Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c372 DSP_CDEV_TYPE_WRONLY, /* simplex write-only (play) */ enumerator
410 SND_FORMAT(AFMT_S16_LE, 2, 0), 48000, DSP_CDEV_TYPE_WRONLY },
412 SND_FORMAT(AFMT_S16_LE, 2, 0), 48000, DSP_CDEV_TYPE_WRONLY },
523 if (dsp_cdevs[i].query == DSP_CDEV_TYPE_WRONLY) { in dsp_open()