Release 4.7 sound/oss/v_midi.h
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;
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 41 | 93.18% | 1 | 50.00% |
peter waechtler | peter waechtler | 3 | 6.82% | 1 | 50.00% |
| Total | 44 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.