CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/23 02:36:51
Modified files:
lib/libsndio : sioctl_sun.c
Log message:
libsndio: Don't use poll(2) for output on the control device.
The AUDIO_MIXER_WRITE ioctl always succeeds without blocking, so no
need to use poll(2) for output. The audio(4) control device driver
doesn't implement the corresponding struct filterops anyway.
Fixes delayed level settings.
