mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix typo from earlier change to conditionalize driver-change in audio backend
This commit is contained in:
parent
31554ebf84
commit
cb3abec966
1 changed files with 2 additions and 2 deletions
|
|
@ -1290,9 +1290,9 @@ EngineControl::EngineControl ()
|
|||
/* backend never started, so we have to force a group
|
||||
of settings.
|
||||
*/
|
||||
change_driver = true;
|
||||
change_device = true;
|
||||
if (backend->requires_driver_selection()) {
|
||||
change_device = true;
|
||||
change_driver = true;
|
||||
}
|
||||
change_rate = true;
|
||||
change_bufsize = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue