Lines Matching refs:vol
1458 uint16_t vol = in->ramp_vol;1466 buffer[i] = (int16_t)((buffer[i] * vol) >> 16);1467 vol += step;1472 buffer[2*i] = (int16_t)((buffer[2*i] * vol) >> 16);1473 buffer[2*i + 1] = (int16_t)((buffer[2*i + 1] * vol) >> 16);1474 vol += step;1478 in->ramp_vol = vol;