Mirror of portable sndio repository https://www.sndio.org
Go to file
Alexandre Ratchov cbdd29c403 alsa: use (blksz - round) as start threshold.
The threshold making poll() return POLLOUT is one block (according to
alsa library sources). If a poll-based program writes blksz - 1
samples, playback never starts but poll won't return POLLOUT either.
In turn the program deadlocks. The problem could be observed in the
sio_alsa_xrun() routine.
2019-07-01 17:12:00 +02:00
aucat Factor audio buffer allocation into a dedicated allocbuf routine. 2019-07-01 09:20:33 +02:00
bsd-compat sndiod: use CLOCK_UPTIME when available 2018-03-18 14:38:27 +01:00
contrib add sndiod.service file for systemd-based systems 2017-09-18 19:42:31 +02:00
examples examples: add -n option to rec 2018-06-09 08:05:52 +02:00
libsndio alsa: use (blksz - round) as start threshold. 2019-07-01 17:12:00 +02:00
midicat Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
sndiod Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
.gitignore import from OpenBSD 2010-08-19 22:38:45 +02:00
Makefile.in remove sndiod.service on distclean 2017-09-18 19:44:06 +02:00
configure Enable OSS and use SONAME on FreeBSD. 2018-01-15 18:26:10 +01:00