Home
last modified time | relevance | path

Searched defs:voice_alloc_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/sound/oss/
Dsound_config.h82 struct voice_alloc_info { struct
83 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];