Searched refs:snd_midi_event_encode (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/sound/ |
D | seq_midi_event.h | 47 long snd_midi_event_encode(struct snd_midi_event *dev, unsigned char *buf, long count,
|
/linux-4.4.14/sound/core/seq/ |
D | seq_midi_event.c | 216 long snd_midi_event_encode(struct snd_midi_event *dev, unsigned char *buf, long count, in snd_midi_event_encode() function 536 EXPORT_SYMBOL(snd_midi_event_encode);
|
D | seq_virmidi.c | 182 res = snd_midi_event_encode(vmidi->parser, pbuf, count, &vmidi->event); in snd_virmidi_output_trigger()
|
D | seq_midi.c | 98 count = snd_midi_event_encode(msynth->parser, pbuf, res, &ev); in snd_midi_input_event()
|