Searched refs:PCM_CAP_INPUT (Results 1 – 5 of 5) sorted by relevance
849 # define PCM_CAP_INPUT 0x00010000 /* Supports recording */ macro910 #define DSP_CAP_INPUT PCM_CAP_INPUT
230 { PCM_CAP_INPUT, "INPUT" },580 ch->direction = (NV(number, CAPS) & PCM_CAP_INPUT) ? in read_dev()
2188 PCM_CAP_INPUT); in dsp_oss_audioinfo()2352 ((ch->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in dsp_oss_engineinfo()
470 ((c->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in sndstat_build_sound4_nvlist()
1360 PCM_CAP_INPUT | PCM_CAP_OUTPUT | PCM_CAP_TRIGGER | in vclient_ioctl_oss()