save audio setup settings even when using FFADO (#2210)
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 30 Oct 2009 17:35:31 +0000 (17:35 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 30 Oct 2009 17:35:31 +0000 (17:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5986 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/engine_dialog.cc

index fcf57fa8082c8d8637756d26b5f7b979a062e148..f1d23c7cdbb7e4944642d2b5ea7c037b43db9441 100644 (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");