Lines Matching refs:VOLUME
56 static const uint32_t MAX_NUM_VOLUMES = 2; // stereo volume only
73 RAMP_VOLUME = 0x3002, // ramp to new volume
74 VOLUME = 0x3003, // don't ramp
97 // for target RAMP_VOLUME and VOLUME (8 channels max)
165 // TODO: Eventually remove legacy integer volume settings
167 int16_t volume[MAX_NUM_VOLUMES]; // U4.12 fixed point (top bit should be zero)
220 float mVolume[MAX_NUM_VOLUMES]; // floating point set volume
221 float mPrevVolume[MAX_NUM_VOLUMES]; // floating point previous volume
222 float mVolumeInc[MAX_NUM_VOLUMES]; // floating point volume increment
419 /* multi-format volume mixing function (calls template functions
423 * USEFLOATVOL (set to true if float volume is used)
424 * ADJUSTVOL (set to true if volume ramp parameters needs adjustment afterwards)