Linux Kernel
3.7.1
|
#include <sound_config.h>
Data Fields | |
int | max_voice |
int | used_voices |
int | ptr |
unsigned short | map [SYNTH_MAX_VOICES] |
int | timestamp |
int | alloc_times [SYNTH_MAX_VOICES] |
Definition at line 82 of file sound_config.h.
int alloc_times[SYNTH_MAX_VOICES] |
Definition at line 88 of file sound_config.h.
unsigned short map[SYNTH_MAX_VOICES] |
Definition at line 86 of file sound_config.h.
int max_voice |
Definition at line 83 of file sound_config.h.
int ptr |
Definition at line 85 of file sound_config.h.
Definition at line 87 of file sound_config.h.
int used_voices |
Definition at line 84 of file sound_config.h.