Searched refs:_SIOWR (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
H A D | soundcard.h | 59 #ifndef _SIOWR 77 #define _SIOWR _IOWR macro 90 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 102 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 104 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) 115 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 117 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) 124 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 125 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control) 126 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR(' [all...] |
Completed in 20 milliseconds