Home
last modified time | relevance | path

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

/linux/sound/usb/caiaq/
H A Dmidi.c58 cdev->midi_out_buf[0] = EP1_CMD_MIDI_WRITE; in snd_usb_caiaq_midi_send()
59 cdev->midi_out_buf[1] = 0; /* port */ in snd_usb_caiaq_midi_send()
60 len = snd_rawmidi_transmit(substream, cdev->midi_out_buf + 3, in snd_usb_caiaq_midi_send()
66 cdev->midi_out_buf[2] = len; in snd_usb_caiaq_midi_send()
H A Ddevice.h71 unsigned char midi_out_buf[EP1_BUFSIZE]; member
H A Ddevice.c459 cdev->midi_out_buf, EP1_BUFSIZE, in init_card()