xref: /kernel/linux/linux-6.6/sound/usb/caiaq/midi.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/usb/caiaq/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef CAIAQ_MIDI_H
362306a36Sopenharmony_ci#define CAIAQ_MIDI_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciint snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *cdev);
662306a36Sopenharmony_civoid snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev,
762306a36Sopenharmony_ci				     int port, const char *buf, int len);
862306a36Sopenharmony_civoid snd_usb_caiaq_midi_output_done(struct urb *urb);
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#endif /* CAIAQ_MIDI_H */
11

Indexes created Thu Nov 07 10:32:03 CST 2024