From: Mike Brady Date: Mon, 19 Nov 2018 19:43:17 +0000 (+0000) Subject: Stop noisy mutex unlock X-Git-Tag: 3.3RC0~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0052389d1ed1e16988d45bcc4e0f80993aa7e13d;p=thirdparty%2Fshairport-sync.git Stop noisy mutex unlock --- diff --git a/audio_alsa.c b/audio_alsa.c index faa6ef93..60b75d46 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -1152,7 +1152,7 @@ static void mute(int mute_state_requested) { mute_request_pending = 1; overriding_mute_state_requested = mute_state_requested; do_mute(mute_state_requested); - debug_mutex_unlock(&alsa_mutex, 0); + debug_mutex_unlock(&alsa_mutex, 3); pthread_cleanup_pop(0); // release the mutex }