From a3424a66640f1bd3c97d65baece2d8c58f8ff1d5 Mon Sep 17 00:00:00 2001 From: torben Date: Tue, 1 Mar 2011 01:31:05 +0000 Subject: [PATCH] [alsa_out] squelch diff to alsa_in by moving the quit variable around. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4136 0c269be4-1314-0410-8aa9-9f06e86f4224 --- tools/alsa_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/alsa_out.c b/tools/alsa_out.c index c941da6..0dfb839 100644 --- a/tools/alsa_out.c +++ b/tools/alsa_out.c @@ -34,6 +34,7 @@ snd_pcm_t *alsa_handle; int jack_sample_rate; int jack_buffer_size; +int quit = 0; double resample_mean = 1.0; double static_resample_factor = 1.0; double resample_lower_limit = 0.25; @@ -44,7 +45,6 @@ double *window_array; int offset_differential_index = 0; double offset_integral = 0; -int quit = 0; // ------------------------------------------------------ commandline parameters