Home
last modified time | relevance | path

Searched refs:MAX_MIDI_DEV (Results 1 – 8 of 8) sorted by relevance

/sound/oss/
Dmidibuf.c30 static wait_queue_head_t midi_sleeper[MAX_MIDI_DEV];
31 static wait_queue_head_t input_sleeper[MAX_MIDI_DEV];
46 static struct midi_buf *midi_out_buf[MAX_MIDI_DEV] = {NULL};
47 static struct midi_buf *midi_in_buf[MAX_MIDI_DEV] = {NULL};
48 static struct midi_parms parms[MAX_MIDI_DEV];
163 if (num_midis > MAX_MIDI_DEV) in MIDIbuf_open()
166 num_midis = MAX_MIDI_DEV; in MIDIbuf_open()
Ddev_table.c30 struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
35 struct midi_operations *midi_devs[MAX_MIDI_DEV];
Dsound_config.h62 #define MAX_MIDI_DEV 6 macro
Dmidi_synth.c26 static int midi2synth[MAX_MIDI_DEV];
27 static int sysex_state[MAX_MIDI_DEV] =
29 static unsigned char prev_out_status[MAX_MIDI_DEV];
Ddev_table.h361 extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
363 extern struct midi_operations *midi_devs[MAX_MIDI_DEV];
Dmpu401.c113 static struct mpu_config dev_conf[MAX_MIDI_DEV];
134 static struct synth_info mpu_synth_info[MAX_MIDI_DEV];
907 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
925 static struct midi_operations mpu401_midi_operations[MAX_MIDI_DEV];
Dsequencer.c52 static int midi_opened[MAX_MIDI_DEV];
54 static int midi_written[MAX_MIDI_DEV];
/sound/oss/dmasound/
Ddmasound.h37 #define MAX_MIDI_DEV 6 macro