Searched refs:do_midi_msg (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() function 87 EXPORT_SYMBOL(do_midi_msg); 182 do_midi_msg(dev, inc->m_buf, inc->m_ptr); in midi_synth_input() 203 do_midi_msg(dev, inc->m_buf, inc->m_ptr); in midi_synth_input() 214 do_midi_msg(dev, inc->m_buf, inc->m_ptr); in midi_synth_input()
|
D | sound_calls.h | 87 void do_midi_msg (int synthno, unsigned char *msg, int mlen);
|
D | mpu401.c | 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()
|