]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add back the flag to control the logging of the note, duh.
authorMike Brady <mikebrady@eircom.net>
Tue, 2 Apr 2019 13:45:51 +0000 (14:45 +0100)
committerMike Brady <mikebrady@eircom.net>
Tue, 2 Apr 2019 13:45:51 +0000 (14:45 +0100)
audio_alsa.c

index cb09c8fee8d3ead8400b93a7f83f579af43aaac6..ebeff90774ce554f81a43d17a9ccb48f79a38248 100644 (file)
@@ -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