Searched refs:snd_midi_op (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/core/seq/ |
D | seq_midi_emul.c | 47 static void note_off(struct snd_midi_op *ops, void *drv, 50 static void do_control(struct snd_midi_op *ops, void *private, 54 static void rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, 56 static void nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, 58 static void sysex(struct snd_midi_op *ops, void *private, unsigned char *sysex, 60 static void all_sounds_off(struct snd_midi_op *ops, void *private, 62 static void all_notes_off(struct snd_midi_op *ops, void *private, 83 snd_midi_process_event(struct snd_midi_op *ops, in snd_midi_process_event() 245 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in note_off() 267 do_control(struct snd_midi_op *ops, void *drv, struct snd_midi_channel_set *chset, in do_control() [all …]
|
/linux-4.1.27/include/sound/ |
D | seq_midi_emul.h | 82 struct snd_midi_op { struct 191 void snd_midi_process_event(struct snd_midi_op *ops, struct snd_seq_event *ev,
|
/linux-4.1.27/sound/drivers/opl4/ |
D | opl4_seq.c | 103 static struct snd_midi_op opl4_ops = {
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 46 extern struct snd_midi_op opl3_ops;
|
D | opl3_seq.c | 145 struct snd_midi_op opl3_ops = {
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_seq.c | 35 static struct snd_midi_op emux_ops = {
|