Searched refs:MAXSYNTHS (Results 1 – 1 of 1) sorted by relevance
20 #define MAXSYNTHS 16 /* Max number of synths in array. */ macro21 static struct spk_synth *synths[MAXSYNTHS];365 for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++) in synth_init()447 for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++) in synth_add()453 if (i == MAXSYNTHS) { in synth_add()