Fixing zooming capabilities. Time axis does not track any longer due to what looks...
[debian/gnuradio] / gr-audio-jack / src / audio_jack_sink.h
index 00b94990d24f4c8786e3950f58f034e4675be7e4..ac74cfc37cc2b5a799d87715756c20ca29064e47 100644 (file)
@@ -6,7 +6,7 @@
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
  * 
  * You should have received a copy of the GNU General Public License
  * along with GNU Radio; see the file COPYING.  If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
  */
 #ifndef INCLUDED_AUDIO_JACK_SINK_H
 #define INCLUDED_AUDIO_JACK_SINK_H
@@ -35,12 +35,12 @@ typedef boost::shared_ptr<audio_jack_sink> audio_jack_sink_sptr;
  * \brief make an JACK audio sink.
  *
  * \param sampling_rate        sampling rate in Hz
- * \param dev JACK device name, e.g., "gr_sink"
+ * \param device_name JACK device name, e.g., "gr_sink"
  * \param ok_to_block
  */
 audio_jack_sink_sptr
 audio_jack_make_sink (int sampling_rate,
-                     const std::string dev = "",
+                     const std::string device_name = "",
                      bool ok_to_block = true);
 
 int jack_sink_process (jack_nframes_t nframes, void *arg);