Linux Kernel
3.7.1
|
Data Fields | |
struct emu10k1x * | emu |
struct snd_rawmidi * | rmidi |
struct snd_rawmidi_substream * | substream_input |
struct snd_rawmidi_substream * | substream_output |
unsigned int | midi_mode |
spinlock_t | input_lock |
spinlock_t | output_lock |
spinlock_t | open_lock |
int | tx_enable |
int | rx_enable |
int | port |
int | ipr_tx |
int | ipr_rx |
void(* | interrupt )(struct emu10k1x *emu, unsigned int status) |
Definition at line 213 of file emu10k1x.c.
Definition at line 214 of file emu10k1x.c.
spinlock_t input_lock |
Definition at line 219 of file emu10k1x.c.
Definition at line 225 of file emu10k1x.c.
int ipr_rx |
Definition at line 224 of file emu10k1x.c.
int ipr_tx |
Definition at line 224 of file emu10k1x.c.
unsigned int midi_mode |
Definition at line 218 of file emu10k1x.c.
spinlock_t open_lock |
Definition at line 221 of file emu10k1x.c.
spinlock_t output_lock |
Definition at line 220 of file emu10k1x.c.
Definition at line 223 of file emu10k1x.c.
struct snd_rawmidi* rmidi |
Definition at line 215 of file emu10k1x.c.
int rx_enable |
Definition at line 222 of file emu10k1x.c.
struct snd_rawmidi_substream* substream_input |
Definition at line 216 of file emu10k1x.c.
struct snd_rawmidi_substream* substream_output |
Definition at line 217 of file emu10k1x.c.
int tx_enable |
Definition at line 222 of file emu10k1x.c.