STORE              51 sound/oss/midi_synth.c 			    STORE(SEQ_START_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2]));
STORE              57 sound/oss/midi_synth.c 		  STORE(SEQ_STOP_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2]));
STORE              61 sound/oss/midi_synth.c 		  STORE(SEQ_KEY_PRESSURE(synthno, msg[0] & 0x0f, msg[1], msg[2]));
STORE              65 sound/oss/midi_synth.c 		  STORE(SEQ_CONTROL(synthno, msg[0] & 0x0f,
STORE              70 sound/oss/midi_synth.c 		  STORE(SEQ_SET_PATCH(synthno, msg[0] & 0x0f, msg[1]));
STORE              74 sound/oss/midi_synth.c 		  STORE(SEQ_CHN_PRESSURE(synthno, msg[0] & 0x0f, msg[1]));
STORE              78 sound/oss/midi_synth.c 		  STORE(SEQ_BENDER(synthno, msg[0] & 0x0f,
STORE            1670 sound/oss/mpu401.c 					STORE(SEQ_START_TIMER());
STORE            1681 sound/oss/mpu401.c 				STORE(SEQ_STOP_TIMER());
STORE            1691 sound/oss/mpu401.c 				STORE(SEQ_CONTINUE_TIMER());
STORE            1699 sound/oss/mpu401.c 				STORE(SEQ_SONGPOS(parm));