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

/linux-master/include/uapi/linux/
H A Dsoundcard.h97 #define _SIOR _IOR macro
116 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
132 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int)
133 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int)
138 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int)
139 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int)
146 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int)
554 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */
581 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info)
582 #define SNDCTL_DSP_GETISPACE _SIOR ('
[all...]
/linux-master/sound/core/oss/
H A Dmixer_oss.c20 #define OSS_ALSAEMULVER _SIOR ('M', 249, int)
H A Dpcm_oss.c33 #define OSS_ALSAEMULVER _SIOR ('M', 249, int)

Completed in 380 milliseconds