Searched refs:snd_midi_channel (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/sound/ |
D | seq_midi_emul.h | 32 struct snd_midi_channel { struct 73 struct snd_midi_channel *channels; 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 84 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … 85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 86 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate … 87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); 88 void (*nrpn)(void *private_data, struct snd_midi_channel *chan,
|
D | emux_synth.h | 183 struct snd_midi_channel *chan; /* Midi channel for this note */
|
D | opl3.h | 296 struct snd_midi_channel *chan; /* Midi channel for this note */
|