File browser compatibility, NAM

This commit is contained in:
Robin Davies
2023-06-24 13:49:11 -04:00
parent 38d021a6af
commit 7e0ef9ceb1
57 changed files with 1101 additions and 269 deletions
+6 -3
View File
@@ -692,10 +692,9 @@ int main(int argc, char *argv[])
auto serverSettings = model.GetJackServerSettings();
if (true || systemd)
{
// IF running as a service, wait for selected audio device to be initialized.
// It may take some time for ALSA to publish all available devices.
// Wait for selected audio device to be initialized.
// It may take some time for ALSA to publish all available devices when rebooting.
if (serverSettings.IsValid())
{
@@ -718,6 +717,10 @@ int main(int argc, char *argv[])
}
if (g_SigBreak)
exit(1);
if (systemd)
{
break;
}
}
if (found)
{