1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00
ratchov 26cb2b613e libsndio: Don't use the hdl->wused counter to trigger AUDIO_START
No behavior change.

The hdl->wused variable counts the amount of data the program writes.
It doesn't take into account the silence inserted with sio_wsil().
AUDIO_START must be called when a full buffer is written to the device
regardless whether its silence or data. In the current implementation,
we don't insert silence (yet), so this commit is mostly to avoid
mistakes in future changes.
2025-10-21 11:49:01 +00:00
2025-10-15 17:53:55 +00:00
S
Description
Unofficial mirror of the source tree
1.6 GiB
Languages
C 55.5%
C++ 31%
Perl 3.8%
Roff 2.9%
Makefile 0.9%
Other 5.4%