mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
save audio setup settings even when using FFADO (#2210)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5986 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
20350162db
commit
53ba0cf2b0
1 changed files with 0 additions and 4 deletions
|
|
@ -1177,10 +1177,6 @@ EngineControl::set_state (const XMLNode& root)
|
|||
|
||||
for (citer = clist.begin(); citer != clist.end(); ++citer) {
|
||||
|
||||
if (prop && (prop->value() == "FFADO" )) {
|
||||
continue;
|
||||
}
|
||||
|
||||
child = *citer;
|
||||
|
||||
prop = child->property ("val");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue