Searched refs:SNDRV_SEQ_OSS_MAX_SYNTH_DEVS (Results 1 – 2 of 2) sorted by relevance
59 static struct seq_oss_synth *synth_devs[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS];119 if (max_synth_devs >= SNDRV_SEQ_OSS_MAX_SYNTH_DEVS) { in snd_seq_oss_synth_probe()263 if (dp->max_synthdev >= SNDRV_SEQ_OSS_MAX_SYNTH_DEVS) in snd_seq_oss_synth_setup_midi()282 if (dp->max_synthdev >= SNDRV_SEQ_OSS_MAX_SYNTH_DEVS) in snd_seq_oss_synth_setup_midi()299 if (snd_BUG_ON(dp->max_synthdev > SNDRV_SEQ_OSS_MAX_SYNTH_DEVS)) in snd_seq_oss_synth_cleanup()335 dev = array_index_nospec(dev, SNDRV_SEQ_OSS_MAX_SYNTH_DEVS); in get_synthinfo_nospec()
24 #define SNDRV_SEQ_OSS_MAX_SYNTH_DEVS 16 macro87 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS];
Completed in 5 milliseconds