mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
1c8470ce31
This is needed in order to make the device namespace cleaner, and will help when moving this driver over to dev_*() logging. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
9 lines
298 B
C
9 lines
298 B
C
#ifndef CAIAQ_MIDI_H
|
|
#define CAIAQ_MIDI_H
|
|
|
|
int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *cdev);
|
|
void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev,
|
|
int port, const char *buf, int len);
|
|
void snd_usb_caiaq_midi_output_done(struct urb *urb);
|
|
|
|
#endif /* CAIAQ_MIDI_H */
|