Searched refs:PCM_ENABLE_INPUT (Results 1 – 3 of 3) sorted by relevance
1154 # define PCM_ENABLE_INPUT 0x00000001 macro1868 #define OPEN_READ PCM_ENABLE_INPUT
2199 *(int*) argp |= PCM_ENABLE_INPUT; in dsp_ioctl()2220 i->rec_precork = !((*(int*) argp) & PCM_ENABLE_INPUT); in dsp_ioctl()2223 if (dsp_cork(i, i->rec_stream, !((*(int*) argp) & PCM_ENABLE_INPUT)) < 0) in dsp_ioctl()
171 enable_bits |= PCM_ENABLE_INPUT; in trigger()