Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h50 #ifndef __SIOWR
70 #define __SIOWR _IOWR macro
83 #define __SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
109 #define SNDCTL_SYNTH_INFO __SIOWR('Q', 2, struct synth_info)
110 #define SNDCTL_SEQ_CTRLRATE __SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
119 #define SNDCTL_MIDI_INFO __SIOWR('Q',12, struct midi_info) /* OBSOLETE - use SNDCTL_MIDIINFO inste…
121 #define SNDCTL_SYNTH_MEMAVL __SIOWR('Q',14, int) /* in=dev#, out=memsize */
126 #define SNDCTL_SYNTH_ID __SIOWR('Q',20, struct synth_info)
127 #define SNDCTL_SYNTH_CONTROL __SIOWR('Q',21, struct synth_control)
128 #define SNDCTL_SYNTH_REMOVESAMPLE __SIOWR('Q',22, struct remove_sample) /* Reserved for future use …
[all …]