Home
last modified time | relevance | path

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

/linux/sound/usb/usx2y/
H A Dus144mkii.h84 #define MIDI_IN_FIFO_SIZE (MIDI_IN_BUF_SIZE * NUM_MIDI_IN_URBS) macro
H A Dus144mkii.c515 if (kfifo_alloc(&tascam->midi_in_fifo, MIDI_IN_FIFO_SIZE, GFP_KERNEL)) { in tascam_probe()