ALSA Library Reference Manual
DECLARATION
struct snd_mixer_element_volume1
{
int voices_size; /* size of voice descriptors */
int voices; /* count of filled voice descriptors */
int voices_over; /* missing voice descriptors */
int *pvoices; /* array of volumes */
};
REFERENCE