Searched refs:__SIOW (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 69 #define __SIOW _IOW macro 82 #define __SIOW(x,y,t) ((int)(SIOC_IN|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 113 #define SNDCTL_SEQ_PERCMODE __SIOW ('Q', 6, int) 114 #define SNDCTL_FM_LOAD_INSTR __SIOW ('Q', 7, struct sbi_instrument) /* Obsolete. Don't use!!!!!! */ 115 #define SNDCTL_SEQ_TESTMIDI __SIOW ('Q', 8, int) 116 #define SNDCTL_SEQ_RESETSAMPLES __SIOW ('Q', 9, int) 120 #define SNDCTL_SEQ_THRESHOLD __SIOW ('Q',13, int) 122 #define SNDCTL_FM_4OP_ENABLE __SIOW ('Q',15, int) /* in=dev# */ 124 #define SNDCTL_SEQ_OUTOFBAND __SIOW ('Q',18, struct seq_event_rec) 163 #define SNDCTL_TMR_METRONOME __SIOW ('T', 7, int) [all …]
|