change dummy backend to default to _("Silence").
This commit is contained in:
parent
a962b106a3
commit
076bb0b488
@ -54,6 +54,7 @@ DummyAudioBackend::DummyAudioBackend (AudioEngine& e, AudioBackendInfo& info)
|
||||
, _port_change_flag (false)
|
||||
{
|
||||
_instance_name = s_instance_name;
|
||||
_device = _("Silence");
|
||||
pthread_mutex_init (&_port_callback_mutex, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user