Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef CAIAQ_MIDI_H
0003 #define CAIAQ_MIDI_H
0004 
0005 int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *cdev);
0006 void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev,
0007                      int port, const char *buf, int len);
0008 void snd_usb_caiaq_midi_output_done(struct urb *urb);
0009 
0010 #endif /* CAIAQ_MIDI_H */