CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/19 14:16:34
Modified files:
usr.bin/sndiod : dev.c dev.h opt.c opt.h sndiod.8 sndiod.c
sock.c
Log message:
sndiod: Use per-program level controls instead of per-client
All instaces of the same program use a common level control. As a side
effect, this removes the restriction on the maximum simultaneous
clients sndiod can handle, which was increased to 32.
Tweaks from op@ and sthen@
