From fbba1f101afd15bfcdd5b0782cc86643ed650230 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 8 Oct 2011 16:06:47 +0200 Subject: [PATCH] autovol defaults to 1 --- aucat/aucat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aucat/aucat.c b/aucat/aucat.c index 0134df1..3cad8c6 100644 --- a/aucat/aucat.c +++ b/aucat/aucat.c @@ -385,8 +385,8 @@ main(int argc, char **argv) hdr = HDR_AUTO; xrun = XRUN_IGNORE; vol = MIDI_MAXCTL; - hold = join = 1; - mmc = autovol = 0; + hold = join = autovol = 1; + mmc = 0; bufsz = 0; round = 0; unit = 0;