Lines Matching refs:snd_emux

40 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port,
44 static void terminate_note1(struct snd_emux *emu, int note,
46 static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port,
48 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
49 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
62 struct snd_emux *emu; in snd_emux_note_on()
162 struct snd_emux *emu; in snd_emux_note_off()
207 struct snd_emux *emu = (struct snd_emux *) data; in snd_emux_timer_callback()
239 struct snd_emux *emu; in snd_emux_key_press()
271 struct snd_emux *emu; in snd_emux_update_channel()
298 struct snd_emux *emu; in snd_emux_update_port()
378 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1()
401 struct snd_emux *emu; in snd_emux_terminate_note()
420 snd_emux_terminate_all(struct snd_emux *emu) in snd_emux_terminate_all()
453 struct snd_emux *emu; in snd_emux_sounds_off_all()
485 exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port, int exclass) in exclusive_note_off()
507 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) in terminate_voice()
525 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) in update_voice()
903 get_zone(struct snd_emux *emu, struct snd_emux_port *port, in get_zone()
928 snd_emux_init_voices(struct snd_emux *emu) in snd_emux_init_voices()
950 void snd_emux_lock_voice(struct snd_emux *emu, int voice) in snd_emux_lock_voice()
968 void snd_emux_unlock_voice(struct snd_emux *emu, int voice) in snd_emux_unlock_voice()