mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14: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
|
/* backend never started, so we have to force a group
|
||||||
of settings.
|
of settings.
|
||||||
*/
|
*/
|
||||||
change_driver = true;
|
|
||||||
if (backend->requires_driver_selection()) {
|
|
||||||
change_device = true;
|
change_device = true;
|
||||||
|
if (backend->requires_driver_selection()) {
|
||||||
|
change_driver = true;
|
||||||
}
|
}
|
||||||
change_rate = true;
|
change_rate = true;
|
||||||
change_bufsize = true;
|
change_bufsize = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue