diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-04 10:00:16 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-04 10:00:16 -0400 |
commit | 3a20ac2c52b1317f5a5f0bd9cd3cbe8495ddd026 (patch) | |
tree | 9a912f2609cefb9698b5cce09cd240bd6dbd09fb /sound/usb/caiaq/midi.h | |
parent | 18cc8d8d9b74c446832336d8f6e1afb145f9431b (diff) | |
parent | 3e5b50165fd0be080044586f43fcdd460ed27610 (diff) |
Merge branch 'fix/pcm-jiffies-check' into fix/asoc
Diffstat (limited to 'sound/usb/caiaq/midi.h')
-rw-r--r-- | sound/usb/caiaq/midi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/usb/caiaq/midi.h b/sound/usb/caiaq/midi.h new file mode 100644 index 000000000000..9d16db027fc3 --- /dev/null +++ b/sound/usb/caiaq/midi.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef CAIAQ_MIDI_H | ||
2 | #define CAIAQ_MIDI_H | ||
3 | |||
4 | int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *dev); | ||
5 | void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *dev, int port, const char *buf, int len); | ||
6 | void snd_usb_caiaq_midi_output_done(struct urb* urb); | ||
7 | |||
8 | #endif /* CAIAQ_MIDI_H */ | ||