Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsoundcard.h849 # define PCM_CAP_INPUT 0x00010000 /* Supports recording */ macro
910 #define DSP_CAP_INPUT PCM_CAP_INPUT
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c2106 PCM_CAP_INPUT); in dsp_oss_audioinfo()
2270 ((ch->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in dsp_oss_engineinfo()
H A Dsndstat.c469 ((c->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in sndstat_build_sound4_nvlist()