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