CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/20 07:02:04
Modified files:
usr.bin/sndiod : dev.c dev.h opt.c opt.h siofile.c sndiod.c
Log message:
sndiod: Add the server.mode control making the setting dynamic
The default mode remains "-m play,rec" but now it can be changed with
sndioctl(1). If the server is switched to play-only mode, then
existing clients will start recording silence. Similarly if it's
switched to rec-only mode, clients are muted.
ok armani, deraadt, rsadowski