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

/linux-master/sound/usb/
H A Dmidi.c169 static const uint8_t snd_usbmidi_cin_length[] = { variable
397 int length = snd_usbmidi_cin_length[buffer[i] & 0x0f];
433 length = snd_usbmidi_cin_length[cin];
482 length = snd_usbmidi_cin_length[cin];
534 buf[3] = (p0 & 0xf0) | snd_usbmidi_cin_length[p0 & 0x0f];

Completed in 166 milliseconds