Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dsoundcard.h51 #ifndef _SIOWR
66 #define _SIOWR _IOWR macro
76 #define _SIOWR(x,y,t) ((int) (SIOC_INOUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y)) macro
86 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
87 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int)
96 #define SNDCTL_MIDI_INFO _SIOWR('Q', 12, struct midi_info)
98 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q', 14, int)
103 #define SNDCTL_SYNTH_ID _SIOWR('Q', 20, struct synth_info)
104 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q', 21, struct synth_control)
105 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q', 22, struct remove_sample)
[all …]