audio-engine use internal API to stop
emit signal(s) when engine is stopped due to backend change.
This commit is contained in:
@@ -738,7 +738,7 @@ void
|
||||
AudioEngine::drop_backend ()
|
||||
{
|
||||
if (_backend) {
|
||||
_backend->stop ();
|
||||
stop(false);
|
||||
_backend->drop_device ();
|
||||
_backend.reset ();
|
||||
_running = false;
|
||||
|
||||
Reference in New Issue
Block a user