Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c289 if (ioctl (fd, SNDCTL_DSP_GET_CHNORDER, &layout) == -1) { in gst_oss4_audio_set_ringbuffer_channel_layout()
386 if (ioctl (fd, SNDCTL_DSP_GET_CHNORDER, &layout) == -1) { in gst_oss4_audio_detect_channels()
Doss4-soundcard.h1385 #define SNDCTL_DSP_GET_CHNORDER __SIOR ('P', 42, unsigned long long) macro