Searched refs:_SIOR (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | soundcard.h | 97 #define _SIOR _IOR 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) 584 #define SNDCTL_DSP_GETCAPS _SIOR ('P',15, int) 665 #define SOUND_PCM_READ_RATE _SIOR ('P', 2, int) 667 #define SOUND_PCM_READ_BITS _SIOR ('P', 5, int) 850 #define MIXER_READ(dev) _SIOR('M', dev, int) [all …]
|
/linux-6.3-rc2/sound/core/oss/ |
A D | mixer_oss.c | 20 #define OSS_ALSAEMULVER _SIOR ('M', 249, int)
|
A D | pcm_oss.c | 33 #define OSS_ALSAEMULVER _SIOR ('M', 249, int)
|
Completed in 16 milliseconds