Mixer group ID structure
typedef struct
{
int32_t type;
int8_t name[32];
int32_t index;
uint8_t reserved[128]; /* must be filled with zero */
} snd_mixer_gid_t;
The snd_mixer_gid_t structure describes a mixer group's ID. The members include:
QNX 6
snd_mixer_group_read(), snd_mixer_group_t, snd_mixer_groups(), snd_mixer_sort_gid_table(), snd_pcm_channel_info_t, snd_pcm_channel_setup()