_SIOWR             85 include/linux/soundcard.h #ifndef _SIOWR
_SIOWR            132 include/linux/soundcard.h #define SNDCTL_SYNTH_INFO		_SIOWR('Q', 2, struct synth_info)
_SIOWR            133 include/linux/soundcard.h #define SNDCTL_SEQ_CTRLRATE		_SIOWR('Q', 3, int)	/* Set/get timer resolution (HZ) */
_SIOWR            142 include/linux/soundcard.h #define SNDCTL_MIDI_INFO		_SIOWR('Q',12, struct midi_info)
_SIOWR            144 include/linux/soundcard.h #define SNDCTL_SYNTH_MEMAVL		_SIOWR('Q',14, int)	/* in=dev#, out=memsize */
_SIOWR            149 include/linux/soundcard.h #define SNDCTL_SYNTH_ID			_SIOWR('Q',20, struct synth_info)
_SIOWR            150 include/linux/soundcard.h #define SNDCTL_SYNTH_CONTROL		_SIOWR('Q',21, struct synth_control)
_SIOWR            151 include/linux/soundcard.h #define SNDCTL_SYNTH_REMOVESAMPLE	_SIOWR('Q',22, struct remove_sample)
_SIOWR            170 include/linux/soundcard.h #define SNDCTL_TMR_TIMEBASE		_SIOWR('T', 1, int)
_SIOWR            174 include/linux/soundcard.h #define SNDCTL_TMR_TEMPO		_SIOWR('T', 5, int)
_SIOWR            175 include/linux/soundcard.h #define SNDCTL_TMR_SOURCE		_SIOWR('T', 6, int)
_SIOWR            540 include/linux/soundcard.h #define SNDCTL_MIDI_PRETIME		_SIOWR('m', 0, int)
_SIOWR            541 include/linux/soundcard.h #define SNDCTL_MIDI_MPUMODE		_SIOWR('m', 1, int)
_SIOWR            542 include/linux/soundcard.h #define SNDCTL_MIDI_MPUCMD		_SIOWR('m', 2, mpu_command_rec)
_SIOWR            550 include/linux/soundcard.h #define SNDCTL_DSP_SPEED		_SIOWR('P', 2, int)
_SIOWR            551 include/linux/soundcard.h #define SNDCTL_DSP_STEREO		_SIOWR('P', 3, int)
_SIOWR            552 include/linux/soundcard.h #define SNDCTL_DSP_GETBLKSIZE		_SIOWR('P', 4, int)
_SIOWR            554 include/linux/soundcard.h #define SNDCTL_DSP_CHANNELS		_SIOWR('P', 6, int)
_SIOWR            556 include/linux/soundcard.h #define SOUND_PCM_WRITE_FILTER		_SIOWR('P', 7, int)
_SIOWR            558 include/linux/soundcard.h #define SNDCTL_DSP_SUBDIVIDE		_SIOWR('P', 9, int)
_SIOWR            559 include/linux/soundcard.h #define SNDCTL_DSP_SETFRAGMENT		_SIOWR('P',10, int)
_SIOWR            563 include/linux/soundcard.h #define SNDCTL_DSP_SETFMT		_SIOWR('P',5, int) /* Selects ONE fmt*/
_SIOWR            633 include/linux/soundcard.h #define SNDCTL_DSP_GETCHANNELMASK		_SIOWR('P', 64, int)
_SIOWR            634 include/linux/soundcard.h #define SNDCTL_DSP_BIND_CHANNEL		_SIOWR('P', 65, int)
_SIOWR            731 include/linux/soundcard.h #define SNDCTL_COPR_LOAD	      _SIOWR('C',  1, copr_buffer)
_SIOWR            732 include/linux/soundcard.h #define SNDCTL_COPR_RDATA	      _SIOWR('C',  2, copr_debug_buf)
_SIOWR            733 include/linux/soundcard.h #define SNDCTL_COPR_RCODE	      _SIOWR('C',  3, copr_debug_buf)
_SIOWR            736 include/linux/soundcard.h #define SNDCTL_COPR_RUN		      _SIOWR('C',  6, copr_debug_buf)
_SIOWR            737 include/linux/soundcard.h #define SNDCTL_COPR_HALT	      _SIOWR('C',  7, copr_debug_buf)
_SIOWR            738 include/linux/soundcard.h #define SNDCTL_COPR_SENDMSG	      _SIOWR('C',  8, copr_msg)
_SIOWR            888 include/linux/soundcard.h #define MIXER_WRITE(dev)		_SIOWR('M', dev, int)
_SIOWR            939 include/linux/soundcard.h #define SOUND_MIXER_ACCESS		_SIOWR('M', 102, mixer_record)
_SIOWR            944 include/linux/soundcard.h #define SOUND_MIXER_AGC  _SIOWR('M', 103, int)
_SIOWR            945 include/linux/soundcard.h #define SOUND_MIXER_3DSE  _SIOWR('M', 104, int)
_SIOWR            951 include/linux/soundcard.h #define SOUND_MIXER_PRIVATE1		_SIOWR('M', 111, int)
_SIOWR            952 include/linux/soundcard.h #define SOUND_MIXER_PRIVATE2		_SIOWR('M', 112, int)
_SIOWR            953 include/linux/soundcard.h #define SOUND_MIXER_PRIVATE3		_SIOWR('M', 113, int)
_SIOWR            954 include/linux/soundcard.h #define SOUND_MIXER_PRIVATE4		_SIOWR('M', 114, int)
_SIOWR            955 include/linux/soundcard.h #define SOUND_MIXER_PRIVATE5		_SIOWR('M', 115, int)
_SIOWR            971 include/linux/soundcard.h #define SOUND_MIXER_GETLEVELS		_SIOWR('M', 116, mixer_vol_table)
_SIOWR            972 include/linux/soundcard.h #define SOUND_MIXER_SETLEVELS		_SIOWR('M', 117, mixer_vol_table)
_SIOWR            350 sound/oss/swarm_cs4297a.c #define SOUND_MIXER_CS_GETDBGLEVEL 	_SIOWR('M',120, int)
_SIOWR            351 sound/oss/swarm_cs4297a.c #define SOUND_MIXER_CS_SETDBGLEVEL 	_SIOWR('M',121, int)
_SIOWR            352 sound/oss/swarm_cs4297a.c #define SOUND_MIXER_CS_GETDBGMASK 	_SIOWR('M',122, int)
_SIOWR            353 sound/oss/swarm_cs4297a.c #define SOUND_MIXER_CS_SETDBGMASK 	_SIOWR('M',123, int)