brintos

brintos / linux-shallow public Read only

0
0
Text · 337 B · a6ae0c2 Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef CAIAQ_MIDI_H3#define CAIAQ_MIDI_H4 5int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *cdev);6void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev,7				     int port, const char *buf, int len);8void snd_usb_caiaq_midi_output_done(struct urb *urb);9 10#endif /* CAIAQ_MIDI_H */11