sequencer.c | 48 * disabling it (open/close). midiseq_in() is called by the MIDI driver 174 void midiseq_in(struct midi_dev *, u_char *, int); 1417 midiseq_in(struct midi_dev *md, u_char *msg, int len) function in typeref:typename:void 1422 DPRINTFN(2, ("midiseq_in: %p %02x %02x %02x\n",
|