audio_driver_alive() should return true inside audio_driver_start
This commit is contained in:
parent
27a6d68af9
commit
0a074ec4a5
|
@ -990,7 +990,7 @@ bool audio_driver_start(bool is_shutdown)
|
|||
|| !audio_driver_context_audio_data)
|
||||
goto error;
|
||||
if (audio_driver_alive())
|
||||
goto error;
|
||||
return true;
|
||||
if (!settings || settings->audio.mute_enable)
|
||||
goto error;
|
||||
if (!current_audio->start(audio_driver_context_audio_data, is_shutdown))
|
||||
|
|
Loading…
Reference in New Issue