Searched refs:max_synth_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_synth.c68 static int max_synth_devs; variable
124 for (i = 0; i < max_synth_devs; i++) {
128 if (i >= max_synth_devs) {
129 if (max_synth_devs >= SNDRV_SEQ_OSS_MAX_SYNTH_DEVS) {
135 max_synth_devs++;
158 for (index = 0; index < max_synth_devs; index++) {
162 if (index >= max_synth_devs) {
168 if (index == max_synth_devs - 1) {
173 max_synth_devs = index + 1;
216 dp->max_synthdev = max_synth_devs;
[all...]

Completed in 64 milliseconds