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];345 for (i = 0; synths[i] != NULL && i < MAXSYNTHS; i++) in synth_init()426 for (i = 0; synths[i] != NULL && i < MAXSYNTHS; i++) in synth_add()432 if (i == MAXSYNTHS) { in synth_add()