CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/17 23:11:13
Modified files:
usr.bin/sndiod : dev.c dev.h fdpass.c siofile.c sndiod.c
Log message:
Don't try to open device that's already open
Save the current alternate device index and skip it in
dev_reopen(). Handling alternate device indices this way will ease
future development as well.
