Searched refs:PCM_CAP_INPUT (Results 1 – 4 of 4) sorted by relevance
849 # define PCM_CAP_INPUT 0x00010000 /* Supports recording */ macro910 #define DSP_CAP_INPUT PCM_CAP_INPUT
226 { PCM_CAP_INPUT, "INPUT" },479 ch->direction = (NV(number, CAPS) & PCM_CAP_INPUT) ? in read_dev()
2099 PCM_CAP_INPUT); in dsp_oss_audioinfo()2263 ((ch->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in dsp_oss_engineinfo()
471 ((c->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in sndstat_build_sound4_nvlist()