Lines Matching refs:emu_voice
177 struct emu_voice { struct
185 struct emu_voice *slave; argument
194 struct emu_voice *master, *slave; argument
228 struct emu_voice voice[64];
250 static void emu_vdump(struct sc_info *sc, struct emu_voice *v);
552 static struct emu_voice *
555 struct emu_voice *v; in emu_valloc()
568 emu_vinit(struct sc_info *sc, struct emu_voice *m, struct emu_voice *s, in emu_vinit()
621 struct emu_voice *v = ch->master; in emu_vsetup()
639 emu_vwrite(struct sc_info *sc, struct emu_voice *v) in emu_vwrite()
705 emu_vtrigger(struct sc_info *sc, struct emu_voice *v, int go) in emu_vtrigger()
749 emu_vpos(struct sc_info *sc, struct emu_voice *v) in emu_vpos()
760 emu_vdump(struct sc_info *sc, struct emu_voice *v) in emu_vdump()