]> Git Repo - J-linux.git/blob - sound/usb/caiaq/midi.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / sound / usb / caiaq / midi.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef CAIAQ_MIDI_H
3 #define CAIAQ_MIDI_H
4
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);
9
10 #endif /* CAIAQ_MIDI_H */
This page took 0.028442 seconds and 4 git commands to generate.