snd_midi_channel  185 include/sound/emux_synth.h 	struct snd_midi_channel *chan;	/* Midi channel for this note */
snd_midi_channel  298 include/sound/opl3.h 	struct snd_midi_channel *chan;	/* Midi channel for this note */
snd_midi_channel   73 include/sound/seq_midi_emul.h 	struct snd_midi_channel *channels;
snd_midi_channel   83 include/sound/seq_midi_emul.h 	void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   84 include/sound/seq_midi_emul.h 	void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
snd_midi_channel   85 include/sound/seq_midi_emul.h 	void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   86 include/sound/seq_midi_emul.h 	void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
snd_midi_channel   87 include/sound/seq_midi_emul.h 	void (*control)(void *private_data, int type, struct snd_midi_channel *chan);
snd_midi_channel   88 include/sound/seq_midi_emul.h 	void (*nrpn)(void *private_data, struct snd_midi_channel *chan,