ALSA Library Reference Manual
DECLARATION
struct snd_mixer_element_pan_control1
{
int pan_size; /* size of pan descriptors */
int pan; /* count of filled pan descriptors */
int pan_over; /* missing pan descriptors */
int *ppan; /* array of pan values */
};
REFERENCE