Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
sound
oss
v_midi.h
Go to the documentation of this file.
1
typedef
struct
vmidi_devc
{
2
int
dev
;
3
4
/* State variables */
5
int
opened
;
6
spinlock_t
lock
;
7
8
/* MIDI fields */
9
int
my_mididev
;
10
int
pair_mididev
;
11
int
input_opened
;
12
int
intr_active
;
13
void
(*
midi_input_intr
) (
int
dev
,
unsigned
char
data
);
14
}
vmidi_devc
;
Generated on Thu Jan 10 2013 15:05:27 for Linux Kernel by
1.8.2