midi.c | 90 static void midi_in(void *, int); 687 midi_in(void *addr, int data) function in typeref:typename:void 763 DPRINTF(("midi_in: buffer full, discard data=0x%02x\n", 781 printf("midi_in: midi_fst returned %d?!\n", got); 862 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc); 1629 * This code relies on the current implementation of midi_in
|