/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 10/16/2005 Tilman Kranz <[email protected]> * Creative Audio MIDI, for the CA0106 Driver * Version: 0.0.1 * * Changelog: * See ca_midi.c */ #include <linux/spinlock.h> #include <sound/rawmidi.h> #include <sound/mpu401.h> #define CA_MIDI_MODE_INPUT … #define CA_MIDI_MODE_OUTPUT … struct snd_ca_midi { … }; int ca_midi_init(void *card, struct snd_ca_midi *midi, int device, char *name);