CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/10 00:41:10
Modified files:
lib/libsndio : sio_sun.c
Log message:
libsndio: Make sio_sun_xrun() backend-independent
The sio_sun_xrun() function uses only the sio_hdl field of the
structure passed as its first (and only) argument. Change the function
to take a sio_hdl pointer instead. This hides all audio(4)-specific
data and makes clear that the function is not related to the audio(4)
API.
No behavior change.
