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