Searched refs:__SIOR (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 68 #define __SIOR _IOR macro 81 #define __SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 111 #define SNDCTL_SEQ_GETOUTCOUNT __SIOR ('Q', 4, int) 112 #define SNDCTL_SEQ_GETINCOUNT __SIOR ('Q', 5, int) 117 #define SNDCTL_SEQ_NRSYNTHS __SIOR ('Q',10, int) 118 #define SNDCTL_SEQ_NRMIDIS __SIOR ('Q',11, int) 125 #define SNDCTL_SEQ_GETTIME __SIOR ('Q',19, int) 982 #define SNDCTL_DSP_GETFMTS __SIOR ('P',11, int) /* Returns a mask */ 1064 #define SNDCTL_DSP_GETOSPACE __SIOR ('P',12, audio_buf_info) 1065 #define SNDCTL_DSP_GETISPACE __SIOR ('P',13, audio_buf_info) [all …]
|