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:
Paul Davis 2009-10-30 17:35:31 +00:00
parent 20350162db
commit 53ba0cf2b0

View file

@ -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");