Marginal cleanup.
[ardour.git] / libs / ardour / ardour / audio_diskstream.h
index a1b16b394c7cbd278bb4e5aadc72ec8a6a2add5f..be43142f218b189bc2dcf97f6eb86d708ff55099 100644 (file)
@@ -114,7 +114,7 @@ class AudioDiskstream : public Diskstream
        XMLNode& get_state(void);
        int      set_state(const XMLNode& node, int version);
 
-       void monitor_input (bool);
+       void request_jack_monitors_input (bool);
 
        static void swap_by_ptr (Sample *first, Sample *last) {
                while (first < last) {
@@ -151,7 +151,7 @@ class AudioDiskstream : public Diskstream
   protected:
        friend class AudioTrack;
 
-       int  process (framepos_t transport_frame, pframes_t nframes, bool& need_butler);
+       int  process (framepos_t transport_frame, pframes_t nframes, framecnt_t &);
        bool commit  (framecnt_t);
 
   private:
@@ -159,7 +159,7 @@ class AudioDiskstream : public Diskstream
                std::string name;
 
                bool is_physical () const;
-               void ensure_monitor_input (bool) const;
+               void request_jack_monitors_input (bool) const;
        };
 
        /** Information about one of our channels */