Searched refs:snd_midi_op (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_midi_emul.c | 33 static void note_off(const struct snd_midi_op *ops, void *drv, 36 static void do_control(const struct snd_midi_op *ops, void *private, 40 static void rpn(const struct snd_midi_op *ops, void *drv, 43 static void nrpn(const struct snd_midi_op *ops, void *drv, 46 static void sysex(const struct snd_midi_op *ops, void *private, 51 static void all_notes_off(const struct snd_midi_op *ops, void *private, 72 snd_midi_process_event(const struct snd_midi_op *ops, in snd_midi_process_event() 235 note_off(const struct snd_midi_op *ops, void *drv, in note_off() 258 do_control(const struct snd_midi_op *ops, void *drv, in do_control() 592 all_sounds_off(const struct snd_midi_op *ops, void *drv, in all_sounds_off() [all …]
|
/linux-6.3-rc2/include/sound/ |
A D | seq_midi_emul.h | 68 struct snd_midi_op { struct 177 void snd_midi_process_event(const struct snd_midi_op *ops,
|
/linux-6.3-rc2/sound/drivers/opl3/ |
A D | opl3_voice.h | 44 extern const struct snd_midi_op opl3_ops;
|
A D | opl3_seq.c | 133 const struct snd_midi_op opl3_ops = {
|
/linux-6.3-rc2/sound/drivers/opl4/ |
A D | opl4_seq.c | 103 static const struct snd_midi_op opl4_ops = {
|
/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_seq.c | 22 static const struct snd_midi_op emux_ops = {
|
Completed in 10 milliseconds