Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsoundcard.h81 #ifndef _SIOWR
97 #define _SIOWR _IOWR macro
117 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
128 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
129 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
138 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info)
140 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */
145 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info)
146 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control)
147 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample)
[all …]