Lines Matching defs:chan
60 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
159 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
236 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
269 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel()
325 snd_emux_control(void *p, int type, struct snd_midi_channel *chan) in snd_emux_control()
378 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1()
399 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
655 struct snd_midi_channel *chan = vp->chan; in calc_pan() local
758 struct snd_midi_channel *chan = vp->chan; in calc_volume() local
827 struct snd_midi_channel *chan = vp->chan; in calc_pitch() local
874 get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan) in get_bank()
904 int *notep, int vel, struct snd_midi_channel *chan, in get_zone()