CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/15 08:26:40
Modified files:
usr.bin/sndiod : dev_sioctl.c
Log message:
When device is (re-)opened, call dev_ctlsync() if there's no control device
In the dev_reopen() case the controls of the old device are removed,
but if the new device has no controls, we still need to call
dev_ctlsync() so that clients are notified about the removal of the
old controls.
