audioconvert: recalculate stages on volume change

Volume changes may change mix passthrough status, so force stage
recalculation when they are done.
This commit is contained in:
Pauli Virtanen 2025-01-11 16:13:11 +02:00
parent fc102e517a
commit 7d8657b7f4

View file

@ -1533,6 +1533,7 @@ static int apply_props(struct impl *this, const struct spa_pod *param)
p->have_soft_volume = false;
set_volume(this);
this->recalc = true;
}
if (!p->lock_volumes && vol_ramp_params_changed) {