Searched refs:EAS_MAX_VOLUME (Results 1 – 4 of 4) sorted by relevance
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1); in EAS_VolumeToGain()
1881 if ((volume < 0) || (volume > EAS_MAX_VOLUME)) in EAS_SetVolume()
103 #define EAS_MAX_VOLUME 100 macro