Searched refs:_SIO (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dsoundcard.h74 #define _SIO _IO macro
86 #define _SIO(x,y) ((int)(SIOC_VOID|(x<<8)|y)) macro
100 #define SNDCTL_SEQ_RESET _SIO ('Q', 0)
101 #define SNDCTL_SEQ_SYNC _SIO ('Q', 1)
120 #define SNDCTL_SEQ_PANIC _SIO ('Q',17)
146 #define SNDCTL_TMR_START _SIO ('T', 2)
147 #define SNDCTL_TMR_STOP _SIO ('T', 3)
149 #define SNDCTL_TMR_CONTINUE _SIO ('T', 4)
389 #define SNDCTL_DSP_RESET _SIO ('P', 0)
390 #define SNDCTL_DSP_SYNC _SIO ('
[all...]

Completed in 23 milliseconds