When you resend the pull request, please fold in this fix: diff --cc audio/sndioaudio.c index 7c45276d36,7c45276d36..6d4386af88 --- a/audio/sndioaudio.c +++ b/audio/sndioaudio.c @@@ -333,7 -333,7 +333,7 @@@ static int sndio_init(SndioVoice *self unsigned int nch; int i, nfds;
-- dev_name = opts->has_dev ? opts->dev : SIO_DEVANY; ++ dev_name = opts->dev ? opts->dev : SIO_DEVANY; latency = opts->has_latency ? opts->latency : SNDIO_LATENCY_US; /* open the device in non-blocking mode */