Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dseq_midi_event.h28 int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev);
/linux/sound/core/seq/
H A Dseq_virmidi.c194 if (snd_midi_event_new(0, &vmidi->parser) < 0) { in snd_virmidi_input_open()
223 if (snd_midi_event_new(MAX_MIDI_EVENT_BUF, &vmidi->parser) < 0) { in snd_virmidi_output_open()
H A Dseq_midi_event.c102 int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev) in snd_midi_event_new() function
124 EXPORT_SYMBOL(snd_midi_event_new);
H A Dseq_midi.c161 if (snd_midi_event_new(MAX_MIDI_EVENT_BUF, &msynth->parser) < 0) in snd_seq_midisynth_new()
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c177 if (snd_midi_event_new(MAX_MIDI_EVENT_BUF, &mdev->coder) < 0) { in snd_seq_oss_midi_check_new_port()