Searched refs:snd_seq_event (Results 1 – 5 of 5) sorted by relevance
/include/sound/ |
D | seq_kernel.h | 71 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); 82 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); 83 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); 91 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, 93 int snd_seq_dump_var_event(const struct snd_seq_event *event,
|
D | seq_midi_event.h | 48 struct snd_seq_event *ev); 49 int snd_midi_event_encode_byte(struct snd_midi_event *dev, int c, struct snd_seq_event *ev); 52 struct snd_seq_event *ev);
|
D | seq_virmidi.h | 41 struct snd_seq_event event;
|
D | asequencer.h | 270 struct snd_seq_event *event; /* quoted event */ 275 struct snd_seq_event { struct 308 struct snd_seq_event event; argument
|
D | seq_midi_emul.h | 191 void snd_midi_process_event(struct snd_midi_op *ops, struct snd_seq_event *ev,
|