Searched refs:midi_buf (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/oss/
H A Dmidibuf.c33 struct midi_buf struct
46 static struct midi_buf *midi_out_buf[MAX_MIDI_DEV] = {NULL};
47 static struct midi_buf *midi_in_buf[MAX_MIDI_DEV] = {NULL};
180 midi_in_buf[dev] = vmalloc(sizeof(struct midi_buf)); MIDIbuf_open()
190 midi_out_buf[dev] = vmalloc(sizeof(struct midi_buf)); MIDIbuf_open()

Completed in 102 milliseconds