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