tag | line | file | source code |
synthno | 58 | drivers/sound/midi_synth.c | do_midi_msg (int synthno, unsigned char *msg, int mlen) |
synthno | 65 | drivers/sound/midi_synth.c | STORE (SEQ_START_NOTE (synthno, msg[0] & 0x0f, msg[1], msg[2])); |
synthno | 71 | drivers/sound/midi_synth.c | STORE (SEQ_STOP_NOTE (synthno, msg[0] & 0x0f, msg[1], msg[2])); |
synthno | 75 | drivers/sound/midi_synth.c | STORE (SEQ_KEY_PRESSURE (synthno, msg[0] & 0x0f, msg[1], msg[2])); |
synthno | 79 | drivers/sound/midi_synth.c | STORE (SEQ_CONTROL (synthno, msg[0] & 0x0f, |
synthno | 84 | drivers/sound/midi_synth.c | STORE (SEQ_SET_PATCH (synthno, msg[0] & 0x0f, msg[1])); |
synthno | 88 | drivers/sound/midi_synth.c | STORE (SEQ_CHN_PRESSURE (synthno, msg[0] & 0x0f, msg[1])); |
synthno | 92 | drivers/sound/midi_synth.c | STORE (SEQ_BENDER (synthno, msg[0] & 0x0f, |
synthno | 18 | drivers/sound/midi_synth.h | void do_midi_msg (int synthno, unsigned char *msg, int mlen); |
synthno | 56 | drivers/sound/mpu401.c | int synthno; |
synthno | 237 | drivers/sound/mpu401.c | do_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr); |
synthno | 276 | drivers/sound/mpu401.c | do_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr); |
synthno | 382 | drivers/sound/mpu401.c | do_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr); |
synthno | 520 | drivers/sound/mpu401.c | devc->synthno = 0; |
synthno | 889 | drivers/sound/mpu401.c | devc->synthno = dev; |
synthno | 261 | drivers/sound/sound_calls.h | void do_midi_msg (int synthno, unsigned char *msg, int mlen); |