mirror of
https://github.com/openbsd/src.git
synced 2026-06-18 15:23:33 +02:00
26cb2b613ee248cce8305d0892b4e0f276d42e5c
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.
…
…
…
…
Description
Languages
C
55.5%
C++
31%
Perl
3.8%
Roff
2.9%
Makefile
0.9%
Other
5.4%