From: Mike Brady Date: Tue, 2 May 2017 11:30:53 +0000 (+0100) Subject: Open and close the hardware mixer only when needed -- don't keep it open throughout... X-Git-Tag: 3.1d16~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28b856e462d41eefd8723c0929285370306cd2f;p=thirdparty%2Fshairport-sync.git Open and close the hardware mixer only when needed -- don't keep it open throughout the play session. This allows it to respond to external volume changes --- diff --git a/configure.ac b/configure.ac index b4fee5f2..9c3f24f1 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.1d10], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d11], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])