sequencer.c | 172 static int midiseq_loadpatch(struct midi_dev *, struct sysex_info *, 1313 return midiseq_loadpatch(sc->devs[dev], &sysex, uio); 1589 midiseq_loadpatch(struct midi_dev *md, function in typeref:typename:int 1597 DPRINTFN(-1,("midiseq_loadpatch: bad patch key 0x%04x\n", 1605 DPRINTFN(2, ("midiseq_loadpatch: len=%d\n", sysex->len));
|