From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- sound/oss/v_midi.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sound/oss/v_midi.h (limited to 'sound/oss/v_midi.h') diff --git a/sound/oss/v_midi.h b/sound/oss/v_midi.h new file mode 100644 index 00000000..08e2185e --- /dev/null +++ b/sound/oss/v_midi.h @@ -0,0 +1,14 @@ +typedef struct vmidi_devc { + int dev; + + /* State variables */ + int opened; + spinlock_t lock; + + /* MIDI fields */ + int my_mididev; + int pair_mididev; + int input_opened; + int intr_active; + void (*midi_input_intr) (int dev, unsigned char data); + } vmidi_devc; -- cgit v1.3.1