From: Mike Brady Date: Fri, 5 May 2017 16:04:41 +0000 (+0100) Subject: Use hardware volume control only to mute when there is a mixer but no switch. X-Git-Tag: 3.1d16~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95bbd02f2e530a51e3584976e61890b397235ce;p=thirdparty%2Fshairport-sync.git Use hardware volume control only to mute when there is a mixer but no switch. --- diff --git a/configure.ac b/configure.ac index 54273647..efefe06c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.1d13], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d14], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])