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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A 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];
162 if (num_midis > MAX_MIDI_DEV)
165 num_midis = MAX_MIDI_DEV;
H A Dsound_config.h62 #define MAX_MIDI_DEV 6 macro
H A Ddev_table.c30 struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
35 struct midi_operations *midi_devs[MAX_MIDI_DEV];
H A 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];
H A 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];
H A Dmpu401.c112 static struct mpu_config dev_conf[MAX_MIDI_DEV];
133 static struct synth_info mpu_synth_info[MAX_MIDI_DEV];
906 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
924 static struct midi_operations mpu401_midi_operations[MAX_MIDI_DEV];
H A Dsequencer.c52 static int midi_opened[MAX_MIDI_DEV];
54 static int midi_written[MAX_MIDI_DEV];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound.h37 #define MAX_MIDI_DEV 6 macro

Completed in 138 milliseconds