add ::drop_device() method to ARDOUR::AudioBackend
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 24 Mar 2014 17:40:44 +0000 (13:40 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 24 Mar 2014 17:42:11 +0000 (13:42 -0400)
libs/ardour/ardour/audio_backend.h

index 6e4084ac9d419768def640bfb695066f6207a29b..323b5017de372ba0711170b4b48c3381f76313a3 100644 (file)
@@ -188,6 +188,9 @@ class LIBARDOUR_API AudioBackend : public PortEngine {
     /** Set the name of the device to be used
      */
     virtual int set_device_name (const std::string&) = 0;
+    /** Deinitialize and destroy current device
+     */
+       virtual int drop_device() {};
     /** Set the sample rate to be used
      */
     virtual int set_sample_rate (float) = 0;