Searched refs:synthno (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/sound/oss/ |
D | midi_synth.c | 44 do_midi_msg(int synthno, unsigned char *msg, int mlen) in do_midi_msg() argument 51 STORE(SEQ_START_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 57 STORE(SEQ_STOP_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 61 STORE(SEQ_KEY_PRESSURE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 65 STORE(SEQ_CONTROL(synthno, msg[0] & 0x0f, in do_midi_msg() 70 STORE(SEQ_SET_PATCH(synthno, msg[0] & 0x0f, msg[1])); in do_midi_msg() 74 STORE(SEQ_CHN_PRESSURE(synthno, msg[0] & 0x0f, msg[1])); in do_midi_msg() 78 STORE(SEQ_BENDER(synthno, msg[0] & 0x0f, in do_midi_msg()
|
D | mpu401.c | 46 int synthno; member 249 do_midi_msg(devc->synthno, devc->m_buf, devc->m_ptr); in mpu_input_scanner() 288 do_midi_msg(devc->synthno, devc->m_buf, devc->m_ptr); in mpu_input_scanner() 394 do_midi_msg(devc->synthno, devc->m_buf, devc->m_ptr); in mpu_input_scanner() 508 devc->synthno = 0; in mpu401_open() 828 devc->synthno = dev; in mpu_synth_open()
|
D | sound_calls.h | 87 void do_midi_msg (int synthno, unsigned char *msg, int mlen);
|