Lines Matching refs:snd_emux

26 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port,
30 static void terminate_note1(struct snd_emux *emu, int note,
32 static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port,
34 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
48 struct snd_emux *emu; in snd_emux_note_on()
148 struct snd_emux *emu; in snd_emux_note_off()
193 struct snd_emux *emu = from_timer(emu, t, tlist); in snd_emux_timer_callback()
225 struct snd_emux *emu; in snd_emux_key_press()
257 struct snd_emux *emu; in snd_emux_update_channel()
284 struct snd_emux *emu; in snd_emux_update_port()
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1()
387 struct snd_emux *emu; in snd_emux_terminate_note()
406 snd_emux_terminate_all(struct snd_emux *emu) in snd_emux_terminate_all()
439 struct snd_emux *emu; in snd_emux_sounds_off_all()
471 exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port, int exclass) in exclusive_note_off()
493 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) in terminate_voice()
511 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) in update_voice()
890 get_zone(struct snd_emux *emu, struct snd_emux_port *port, in get_zone()
915 snd_emux_init_voices(struct snd_emux *emu) in snd_emux_init_voices()
937 void snd_emux_lock_voice(struct snd_emux *emu, int voice) in snd_emux_lock_voice()
955 void snd_emux_unlock_voice(struct snd_emux *emu, int voice) in snd_emux_unlock_voice()