ALSA Library Reference Manual
DECLARATION
struct snd_mixer_element_volume2_range
{
int min, max; /* linear volume */
int min_dB, max_dB; /* negative - attenuation, positive - amplification */
snd_mixer_voice_t dvoice; /* destonation voice */
};
REFERENCE