Report Dummy as not available if not running

This fixes an issue with port-connections being polled from the backend
even when it's not running.
This commit is contained in:
Robin Gareus 2017-06-25 20:53:47 +02:00
parent cc7ff53e1f
commit e511985ad9

View File

@ -638,7 +638,7 @@ DummyAudioBackend::my_name () const
bool
DummyAudioBackend::available () const
{
return true;
return _running;
}
uint32_t