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:
parent
a995948689
commit
47a043d8dc
1 changed files with 2 additions and 0 deletions
|
|
@ -1524,6 +1524,8 @@ pa_droid_stream *pa_droid_open_output_stream(pa_droid_hw_module *module,
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option_audio_cal(module, mix_port->flags);
|
||||||
|
|
||||||
output->sample_spec = *spec;
|
output->sample_spec = *spec;
|
||||||
output->channel_map = *map;
|
output->channel_map = *map;
|
||||||
stream->active_device_port = NULL;
|
stream->active_device_port = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue