CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/09 00:55:31
Modified files:
lib/libsndio : sio.c
Log message:
libsndio: Upon xrun, reset the number of unreported clock ticks
On xrun, the device is restarted and its state is restored, which
includes the clock position. Not resetting the pending (i.e.
unreported) clock ticks counter will shift the clock to a wrong
position, causing programs to misbehave.
