Home
last modified time | relevance | path

Searched refs:snd_midi_event_encode (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
Dseq_midi_event.h47 long snd_midi_event_encode(struct snd_midi_event *dev, unsigned char *buf, long count,
/linux-4.4.14/sound/core/seq/
Dseq_midi_event.c216 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);
Dseq_virmidi.c182 res = snd_midi_event_encode(vmidi->parser, pbuf, count, &vmidi->event); in snd_virmidi_output_trigger()
Dseq_midi.c98 count = snd_midi_event_encode(msynth->parser, pbuf, res, &ev); in snd_midi_input_event()