From: Mike Brady Date: Tue, 2 Apr 2019 13:45:51 +0000 (+0100) Subject: Add back the flag to control the logging of the note, duh. X-Git-Tag: 3.3rc4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac51c10116ba8f55f5bd68924572c67bbdd7defc;p=thirdparty%2Fshairport-sync.git Add back the flag to control the logging of the note, duh. --- diff --git a/audio_alsa.c b/audio_alsa.c index cb09c8fe..ebeff907 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -1179,6 +1179,7 @@ int delay_and_status(snd_pcm_state_t *state, snd_pcm_sframes_t *delay, enum yndk if (delay_type_notified != 1) { inform("Note: the alsa output device \"%s\" is not capable of high precision delay timing.", snd_pcm_name(alsa_handle)); debug(2,"alsa: delay_and_status must use snd_pcm_delay() to calculate delay"); + delay_type_notified = 1; } } else { // diagnostic