ALSA Library Reference Manual
DECLARATION
typedef struct snd_mixer_groups
{
int groups_size; /* size in group identifiers */
int groups; /* count of filled group identifiers */
int groups_over; /* missing group identifiers */
snd_mixer_gid_t *pgroups; /* array */
}
snd_mixer_groups_t;
REFERENCE