taglinefilesource code
_IOWR59drivers/sound/soundcard.h#ifndef _IOWR
_IOWR84drivers/sound/soundcard.h#define SNDCTL_SYNTH_INFO    _IOWR('Q', 2, struct synth_info)
_IOWR85drivers/sound/soundcard.h#define SNDCTL_SEQ_CTRLRATE    _IOWR('Q', 3, int)  /* Set/get timer resolution (HZ) */
_IOWR94drivers/sound/soundcard.h#define SNDCTL_MIDI_INFO    _IOWR('Q',12, struct midi_info)
_IOWR96drivers/sound/soundcard.h#define SNDCTL_SYNTH_MEMAVL    _IOWR('Q',14, int)  /* in=dev#, out=memsize */
_IOWR98drivers/sound/soundcard.h#define SNDCTL_PMGR_ACCESS    _IOWR('Q',16, struct patmgr_info)
_IOWR199drivers/sound/soundcard.h#define SNDCTL_PMGR_IFACE    _IOWR('P', 1, struct patmgr_info)
_IOWR416drivers/sound/soundcard.h#define SNDCTL_DSP_SPEED    _IOWR('P', 2, int)
_IOWR417drivers/sound/soundcard.h#define SNDCTL_DSP_STEREO    _IOWR('P', 3, int)
_IOWR418drivers/sound/soundcard.h#define SNDCTL_DSP_GETBLKSIZE    _IOWR('P', 4, int)
_IOWR419drivers/sound/soundcard.h#define SNDCTL_DSP_SAMPLESIZE    _IOWR('P', 5, int)  /* 8, 12 or 16 */
_IOWR420drivers/sound/soundcard.h#define SOUND_PCM_WRITE_CHANNELS  _IOWR('P', 6, int)
_IOWR421drivers/sound/soundcard.h#define SOUND_PCM_WRITE_FILTER    _IOWR('P', 7, int)
_IOWR423drivers/sound/soundcard.h#define SNDCTL_DSP_SUBDIVIDE    _IOWR('P', 9, int)
_IOWR532drivers/sound/soundcard.h#define MIXER_WRITE(dev)    _IOWR('M', dev, int)