Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / sound / usb / caiaq / midi.h
bloba6ae0c22484d9d470d5b9f923cd1d02f97dea255
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef CAIAQ_MIDI_H
3 #define CAIAQ_MIDI_H
5 int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *cdev);
6 void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev,
7 int port, const char *buf, int len);
8 void snd_usb_caiaq_midi_output_done(struct urb *urb);
10 #endif /* CAIAQ_MIDI_H */