Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1154 # define PCM_ENABLE_INPUT 0x00000001 macro
1868 #define OPEN_READ PCM_ENABLE_INPUT
/third_party/pulseaudio/src/utils/
Dpadsp.c2199 *(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()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c171 enable_bits |= PCM_ENABLE_INPUT; in trigger()