* Added CanvasSysEx class for displaying SysExes
[ardour.git] / gtk2_ardour / engine_dialog.h
index 925d12acbb7e8b099aae0b7c27a991d7fc4ddde1..d9741e3765f0116e418ae1d1e9f2a56c608f2c5e 100644 (file)
@@ -83,7 +83,7 @@ class EngineControl : public Gtk::VBox {
 
        std::map<std::string,std::vector<std::string> > devices;
        std::vector<std::string> backend_devs;
-       void enumerate_devices ();
+       void enumerate_devices (const string& driver);
 
 #ifdef __APPLE__
        std::vector<std::string> enumerate_coreaudio_devices ();
@@ -91,6 +91,7 @@ class EngineControl : public Gtk::VBox {
        std::vector<std::string> enumerate_alsa_devices ();
        std::vector<std::string> enumerate_oss_devices ();
        std::vector<std::string> enumerate_netjack_devices ();
+       std::vector<std::string> enumerate_freebob_devices ();
        std::vector<std::string> enumerate_ffado_devices ();
        std::vector<std::string> enumerate_dummy_devices ();
 #endif