Home
last modified time | relevance | path

Searched refs:snd_midi_op (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/sound/core/seq/
Dseq_midi_emul.c33 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/
Dseq_midi_emul.h68 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/
Dopl3_voice.h44 extern struct snd_midi_op opl3_ops;
Dopl3_seq.c131 struct snd_midi_op opl3_ops = {
/Linux-v5.4/sound/drivers/opl4/
Dopl4_seq.c103 static struct snd_midi_op opl4_ops = {
/Linux-v5.4/sound/synth/emux/
Demux_seq.c22 static struct snd_midi_op emux_ops = {