]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Downgrade the check of buffer size to an advisory rather than a must-comply.
authorMike Brady <mikebrady@eircom.net>
Tue, 29 Mar 2016 22:13:23 +0000 (22:13 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 29 Mar 2016 22:13:23 +0000 (22:13 +0000)
audio_alsa.c

index 2f84fe283c9be1c4a853405967da4d3500af81a7..c5fdd8aec03395528e0d084b831826bf48804939 100644 (file)
@@ -403,7 +403,7 @@ int open_alsa_device(void) {
           buffer_size);
     }
     */
-    die("The alsa buffer is to small (%lu bytes) to accommodate the desired backend buffer length (%ld) you have chosen.",actual_buffer_length,config.audio_backend_buffer_desired_length);
+    debug(1,"The alsa buffer is to small (%lu bytes) to accommodate the desired backend buffer length (%ld) you have chosen.",actual_buffer_length,config.audio_backend_buffer_desired_length);
   }
 
   return (0);