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