From: Mike Brady Date: Mon, 17 Jun 2019 21:25:47 +0000 (+0100) Subject: Update audio_alsa.c X-Git-Tag: 3.3.2~4^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca92262425a827783a65026d684728152eea8d4;p=thirdparty%2Fshairport-sync.git Update audio_alsa.c --- diff --git a/audio_alsa.c b/audio_alsa.c index 2ef94661..7eab2178 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -181,7 +181,7 @@ int precision_delay_available() { // The criteria as to whether precision delay is available // is whether the device driver returns non-zero update timestamps - // If it does, and the device is a hardware device (i.e. its name begins with "hw:0"), + // If it does, and the device is a hardware device (i.e. its name begins with "hw:"), // it is considered that precision delay is available. Otherwise, it's considered to be unavailable. // To test, we play a silence buffer (fairly large to avoid underflow)