From: Mike Brady Date: Sat, 16 Feb 2019 14:06:40 +0000 (+0000) Subject: Quieten a very noisy mutex debug message X-Git-Tag: 3.3RC0~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14aa9d4180a97f224d1117900a339b5fb5e44ca6;p=thirdparty%2Fshairport-sync.git Quieten a very noisy mutex debug message --- diff --git a/audio_alsa.c b/audio_alsa.c index dd114e28..a683f060 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -1394,7 +1394,7 @@ int play(void *buf, int samples) { // debug(3,"audio_alsa play called."); int ret = 0; - pthread_cleanup_debug_mutex_lock(&alsa_mutex, 50000, 1); + pthread_cleanup_debug_mutex_lock(&alsa_mutex, 50000, 0); if (alsa_backend_state == abm_disconnected) { ret = do_open();