Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsoundcard.h842 # define PCM_CAP_INPUT 0x00010000 /* Supports recording */ macro
903 #define DSP_CAP_INPUT PCM_CAP_INPUT
/dragonfly/sys/dev/sound/pcm/
HDdsp.c2709 ((ch->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in dsp_oss_audioinfo()