cregit-Linux how code gets into the kernel

Release 4.14 sound/oss/v_midi.h

Directory: sound/oss
/* SPDX-License-Identifier: GPL-2.0 */

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

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)4191.11%133.33%
Peter Wächtler36.67%133.33%
Greg Kroah-Hartman12.22%133.33%
Total45100.00%3100.00%
Directory: sound/oss
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.