Searched refs:appliedVolume (Results 1 – 1 of 1) sorted by relevance
383 Parameter::VolumeStereo appliedVolume = volParam.get<Parameter::volumeStereo>(); in handleSetVolume() local384 vl = (uint32_t)(appliedVolume.left * unityGain); in handleSetVolume()385 vr = (uint32_t)(appliedVolume.right * unityGain); in handleSetVolume()