From ced46314d3babe110c0e2a1b75f8450463cd14fd Mon Sep 17 00:00:00 2001 From: Tobias Blomberg Date: Sat, 28 Sep 2019 18:31:53 +0200 Subject: [PATCH] Update documentation and systemd config for zerofill change ASYNC_ALSA_ZEROFILL now default to 1 (enabled) which is now reflected by the description in the manual page as well as the setting in the systemd default config file. --- src/doc/man/devcal.1 | 8 +++----- src/doc/man/qtel.1 | 8 +++----- src/doc/man/remotetrx.1 | 8 +++----- src/doc/man/siglevdetcal.1 | 8 +++----- src/doc/man/svxlink.1 | 8 +++----- src/svxlink/systemd/remotetrx.default.in | 4 ++-- src/svxlink/systemd/svxlink.default.in | 4 ++-- src/versions | 12 ++++++------ 8 files changed, 25 insertions(+), 35 deletions(-) diff --git a/src/doc/man/devcal.1 b/src/doc/man/devcal.1 index e500eb9e..4ead07cb 100644 --- a/src/doc/man/devcal.1 +++ b/src/doc/man/devcal.1 @@ -1,4 +1,4 @@ -.TH DEVCAL 1 "APRIL 2019" Linux "User Manuals" +.TH DEVCAL 1 "SEPTEMBER 2019" Linux "User Manuals" . .SH NAME . @@ -243,10 +243,8 @@ Set this environment variable to 1 if you get an error about during devcal startup when using OSS audio. .TP ASYNC_AUDIO_ALSA_ZEROFILL -Set this environment variable to 1 to make the Alsa audio code write zeros to -the audio device when there is no audio to write available. This may be needed -for some audio devices that take a long time to recover from an underflow -condition. +Set this environment variable to 0 to stop the Alsa audio code from writing +zeros to the audio device when there is no audio to write available. . .SH AUTHOR . diff --git a/src/doc/man/qtel.1 b/src/doc/man/qtel.1 index 0c9a2c22..9768d46f 100644 --- a/src/doc/man/qtel.1 +++ b/src/doc/man/qtel.1 @@ -1,4 +1,4 @@ -.TH QTEL "1" "JULY 2019" Linux "User Manuals" +.TH QTEL "1" "SEPTEMBER 2019" Linux "User Manuals" . .SH NAME . @@ -62,10 +62,8 @@ Set this environment variable to 1 if you get an error about during qtel startup when using OSS audio. .TP ASYNC_AUDIO_ALSA_ZEROFILL -Set this environment variable to 1 to make the Alsa audio code write zeros to -the audio device when there is no audio to write available. This may be needed -for some audio devices that take a long time to recover from an underflow -condition. +Set this environment variable to 0 to stop the Alsa audio code from writing +zeros to the audio device when there is no audio to write available. . .SH AUTHOR . diff --git a/src/doc/man/remotetrx.1 b/src/doc/man/remotetrx.1 index f89b5c60..05405c4e 100644 --- a/src/doc/man/remotetrx.1 +++ b/src/doc/man/remotetrx.1 @@ -1,4 +1,4 @@ -.TH REMOTETRX 1 "JULY 2019" Linux "User Manuals" +.TH REMOTETRX 1 "SEPTEMBER 2019" Linux "User Manuals" . .SH NAME . @@ -84,10 +84,8 @@ Set this environment variable to 1 if you get an error about during remotetrx server startup when using OSS audio. .TP ASYNC_AUDIO_ALSA_ZEROFILL -Set this environment variable to 1 to make the Alsa audio code write zeros to -the audio device when there is no audio to write available. This may be needed -for some audio devices that take a long time to recover from an underflow -condition. +Set this environment variable to 0 to stop the Alsa audio code from writing +zeros to the audio device when there is no audio to write available. .TP HOME Used to find the per user configuration file. diff --git a/src/doc/man/siglevdetcal.1 b/src/doc/man/siglevdetcal.1 index bf544a04..b3dc5591 100644 --- a/src/doc/man/siglevdetcal.1 +++ b/src/doc/man/siglevdetcal.1 @@ -1,4 +1,4 @@ -.TH SIGLEVDETCAL 1 "JULY 2019" Linux "User Manuals" +.TH SIGLEVDETCAL 1 "SEPTEMBER 2019" Linux "User Manuals" . .SH NAME . @@ -58,10 +58,8 @@ Set this environment variable to 1 if you get an error about when the remotetrx server starts. .TP ASYNC_AUDIO_ALSA_ZEROFILL -Set this environment variable to 1 to make the Alsa audio code write zeros to -the audio device when there is no audio to write available. This may be needed -for some audio devices that take a long time to recover from an underflow -condition. +Set this environment variable to 0 to stop the Alsa audio code from writing +zeros to the audio device when there is no audio to write available. . .SH AUTHOR . diff --git a/src/doc/man/svxlink.1 b/src/doc/man/svxlink.1 index 42944f6c..e4b6fa7c 100644 --- a/src/doc/man/svxlink.1 +++ b/src/doc/man/svxlink.1 @@ -1,4 +1,4 @@ -.TH SVXLINK 1 "JULY 2019" Linux "User Manuals" +.TH SVXLINK 1 "SEPTEMBER 2019" Linux "User Manuals" . .SH NAME . @@ -63,10 +63,8 @@ Set this environment variable to 1 if you get an error about during startup of the SvxLink server when using OSS audio. .TP ASYNC_AUDIO_ALSA_ZEROFILL -Set this environment variable to 1 to make the Alsa audio code write zeros to -the audio device when there is no audio to write available. This may be needed -for some audio devices that take a long time to recover from an underflow -condition. +Set this environment variable to 0 to stop the Alsa audio code from writing +zeros to the audio device when there is no audio to write available. .TP HOME Used to find the per user configuration file. diff --git a/src/svxlink/systemd/remotetrx.default.in b/src/svxlink/systemd/remotetrx.default.in index 15f07e92..4717dbcd 100644 --- a/src/svxlink/systemd/remotetrx.default.in +++ b/src/svxlink/systemd/remotetrx.default.in @@ -16,5 +16,5 @@ LOGFILE=@LOCAL_STATE_DIR@/log/remotetrx # Where to place the PID file PIDFILE=/run/remotetrx.pid -# Enable Alsa zerofill if set to 1 (see manual page) -ASYNC_AUDIO_ALSA_ZEROFILL=0 +# Disable Alsa zerofill if set to 0 (see manual page) +#ASYNC_AUDIO_ALSA_ZEROFILL=1 diff --git a/src/svxlink/systemd/svxlink.default.in b/src/svxlink/systemd/svxlink.default.in index c0d9da70..2bab1cb1 100644 --- a/src/svxlink/systemd/svxlink.default.in +++ b/src/svxlink/systemd/svxlink.default.in @@ -16,5 +16,5 @@ LOGFILE=@LOCAL_STATE_DIR@/log/svxlink # Where to place the PID file PIDFILE=/run/svxlink.pid -# Enable Alsa zerofill if set to 1 (see manual page) -ASYNC_AUDIO_ALSA_ZEROFILL=0 +# Disable Alsa zerofill if set to 0 (see manual page) +#ASYNC_AUDIO_ALSA_ZEROFILL=1 diff --git a/src/versions b/src/versions index fd8d44a3..bbec692e 100644 --- a/src/versions +++ b/src/versions @@ -1,5 +1,5 @@ # Project release version -PROJECT=19.09 +PROJECT=reflector_tg # Version for the Qtel application QTEL=1.2.4 @@ -8,10 +8,10 @@ QTEL=1.2.4 LIBECHOLIB=1.3.3 # Version for the Async library -LIBASYNC=1.6.0.99.2-reflector-tg +LIBASYNC=1.6.0.99.2-reflector_tg # SvxLink versions -SVXLINK=1.7.99.3-reflector-tg +SVXLINK=1.7.99.4-reflector_tg MODULE_HELP=1.0.0 MODULE_PARROT=1.1.1 MODULE_ECHO_LINK=1.5.0 @@ -25,13 +25,13 @@ MODULE_FRN=1.1.0 MODULE_TRX=1.0.0 # Version for the RemoteTrx application -REMOTE_TRX=1.3.0-reflector_tg +REMOTE_TRX=1.3.0.99.0-reflector_tg # Version for the signal level calibration utility -SIGLEV_DET_CAL=1.0.7 +SIGLEV_DET_CAL=1.0.7.99.0-reflector_tg # Version for the deviation calibration utility -DEVCAL=1.0.2 +DEVCAL=1.0.2.99.0-reflector_tg # Version for svxserver SVXSERVER=0.0.6