common: Enable audio_cal_wait properly.

Actual call to the function was missing.

[common] Enable audio_cal_wait properly. JB#55832
This commit is contained in:
Juho Hämäläinen 2022-02-25 13:05:10 +02:00
parent a995948689
commit 47a043d8dc

View file

@ -1524,6 +1524,8 @@ pa_droid_stream *pa_droid_open_output_stream(pa_droid_hw_module *module,
goto fail;
}
option_audio_cal(module, mix_port->flags);
output->sample_spec = *spec;
output->channel_map = *map;
stream->active_device_port = NULL;