Searched refs:snd_midi_op (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/sound/core/seq/ |
| D | seq_midi_emul.c | 33 static void note_off(struct snd_midi_op *ops, void *drv, 36 static void do_control(struct snd_midi_op *ops, void *private, 40 static void rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, 42 static void nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, 44 static void sysex(struct snd_midi_op *ops, void *private, unsigned char *sysex, 46 static void all_sounds_off(struct snd_midi_op *ops, void *private, 48 static void all_notes_off(struct snd_midi_op *ops, void *private, 69 snd_midi_process_event(struct snd_midi_op *ops, in snd_midi_process_event() 232 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in note_off() 254 do_control(struct snd_midi_op *ops, void *drv, struct snd_midi_channel_set *chset, in do_control() [all …]
|
| /Linux-v5.4/include/sound/ |
| D | seq_midi_emul.h | 68 struct snd_midi_op { struct 177 void snd_midi_process_event(struct snd_midi_op *ops, struct snd_seq_event *ev,
|
| /Linux-v5.4/sound/drivers/opl3/ |
| D | opl3_voice.h | 44 extern struct snd_midi_op opl3_ops;
|
| D | opl3_seq.c | 131 struct snd_midi_op opl3_ops = {
|
| /Linux-v5.4/sound/drivers/opl4/ |
| D | opl4_seq.c | 103 static struct snd_midi_op opl4_ops = {
|
| /Linux-v5.4/sound/synth/emux/ |
| D | emux_seq.c | 22 static struct snd_midi_op emux_ops = {
|