Move the options list out of the device structure
authorratchov <ratchov@openbsd.org>
Fri, 29 Jan 2021 11:21:00 +0000 (11:21 +0000)
committerratchov <ratchov@openbsd.org>
Fri, 29 Jan 2021 11:21:00 +0000 (11:21 +0000)
commit5684d55073817e9c232f4b049db99054a428e9a8
tree0b3131916d0f91ef210f86e456bd7d3d0a125e24
parente5be4cb83d673e6eef368bb655a175ac13d1f967
Move the options list out of the device structure

No behavior change. Later this will ease applying the configuration of
one device to another by "just" swapping pointers.
usr.bin/sndiod/dev.c
usr.bin/sndiod/dev.h
usr.bin/sndiod/opt.c
usr.bin/sndiod/opt.h
usr.bin/sndiod/sndiod.c