Lines Matching refs:snd_midi_channel
27 int *notep, int vel, struct snd_midi_channel *chan,
29 static int get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan);
31 struct snd_midi_channel *chan, int free);
46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
255 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel()
311 snd_emux_control(void *p, int type, struct snd_midi_channel *chan) in snd_emux_control()
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1()
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
641 struct snd_midi_channel *chan = vp->chan; in calc_pan()
744 struct snd_midi_channel *chan = vp->chan; in calc_volume()
813 struct snd_midi_channel *chan = vp->chan; in calc_pitch()
860 get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan) in get_bank()
890 int *notep, int vel, struct snd_midi_channel *chan, in get_zone()