Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dmidibuf.c33 struct midi_buf struct
46 static struct midi_buf *midi_out_buf[MAX_MIDI_DEV] = {NULL}; argument
47 static struct midi_buf *midi_in_buf[MAX_MIDI_DEV] = {NULL};
184 midi_in_buf[dev] = (struct midi_buf *) vmalloc(sizeof(struct midi_buf)); in MIDIbuf_open()
194 midi_out_buf[dev] = (struct midi_buf *) vmalloc(sizeof(struct midi_buf)); in MIDIbuf_open()