Clear AudioEngine Error at app start

This commit is contained in:
Robin Gareus 2019-12-04 19:02:16 +01:00
parent 5e66a54c51
commit d8c63568a5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -99,7 +99,7 @@ AudioEngine::AudioEngine ()
, _stopped_for_latency (false)
, _started_for_latency (false)
, _in_destructor (false)
, _last_backend_error_string(AudioBackend::get_error_string((AudioBackend::ErrorCode)-1))
, _last_backend_error_string(AudioBackend::get_error_string(AudioBackend::NoError))
, _hw_reset_event_thread(0)
, _hw_reset_request_count(0)
, _stop_hw_reset_processing(0)