Searched refs:MIDI_IN_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
603 #define MIDI_IN_BUFFER_SIZE 256 macro658 __le16 midi_input[MIDI_IN_BUFFER_SIZE];
414 u8 midi_buffer[MIDI_IN_BUFFER_SIZE];
108 if (snd_BUG_ON(count >= MIDI_IN_BUFFER_SIZE)) in midi_service_irq()