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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_midi.c56 static int max_midi_devs; variable
128 for (i = 0; i < max_midi_devs; i++) {
203 for (i = 0; i < max_midi_devs; i++) {
207 if (i >= max_midi_devs) {
208 if (max_midi_devs >= SNDRV_SEQ_OSS_MAX_MIDI_DEVS) {
214 max_midi_devs++;
244 for (index = max_midi_devs - 1; index >= 0; index--) {
248 max_midi_devs = index + 1;
265 for (i = 0; i < max_midi_devs; i++) {
273 max_midi_devs
[all...]

Completed in 92 milliseconds