Skip to content

main/core: check idle after using conf

Tom Yan requested to merge tomty89/pulseaudio:exit-idle-time into master

Preserving the fact that core state is set to PA_CORE_RUNNING after checking idle (now in main). It doesn't seem to matter anyway and main(pa_core_new(state:PA_CORE_STARTUP)->...->state:PA_CORE_RUNNING) seems right as well.

Merge request reports