Home
last modified time | relevance | path

Searched refs:snd_midi_event (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/sound/
Dseq_midi_event.h17 struct snd_midi_event { struct
28 int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev); argument
29 void snd_midi_event_free(struct snd_midi_event *dev);
30 void snd_midi_event_reset_encode(struct snd_midi_event *dev);
31 void snd_midi_event_reset_decode(struct snd_midi_event *dev);
32 void snd_midi_event_no_status(struct snd_midi_event *dev, int on);
33 bool snd_midi_event_encode_byte(struct snd_midi_event *dev, unsigned char c,
36 long snd_midi_event_decode(struct snd_midi_event *dev, unsigned char *buf, long count,
Dseq_virmidi.h26 struct snd_midi_event *parser;
/linux-6.1.9/sound/core/seq/
Dseq_midi_event.c33 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
34 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
35 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
36 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
37 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
38 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
51 void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev);
83 static int extra_decode_ctrl14(struct snd_midi_event *dev, unsigned char *buf, int len,
85 static int extra_decode_xrpn(struct snd_midi_event *dev, unsigned char *buf, int count,
90 int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len,
[all …]
Dseq_midi.c47 struct snd_midi_event *parser;
/linux-6.1.9/sound/core/seq/oss/
Dseq_oss_midi.c37 struct snd_midi_event *coder; /* MIDI event coder */