ALSA Library Reference Manual
DECLARATION
struct snd_mixer_element_volume2
{
int avoices_size; /* size of voice descriptors */
int avoices; /* count of filled voice descriptors */
int avoices_over; /* missing voice descriptors */
int *pavoices; /* array of volumes */
};
REFERENCE