ALSA Library Reference Manual
DECLARATION
typedef struct
{
int result; /* operation result */
long free_ram[16]; /* free RAM in banks */
int instrument_count; /* count of downloaded instruments */
char reserved[128];
}
snd_seq_instr_status_t;
REFERENCE