Searched defs:voice_alloc_info (Results 1 – 1 of 1) sorted by relevance
82 struct voice_alloc_info { struct83 int max_voice;84 int used_voices;85 int ptr; /* For device specific use */86 unsigned short map[SYNTH_MAX_VOICES]; /* (ch << 8) | (note+1) */87 int timestamp;88 int alloc_times[SYNTH_MAX_VOICES];