Move the audio clients state out of the device structure
authorratchov <ratchov@openbsd.org>
Fri, 29 Jan 2021 10:51:24 +0000 (10:51 +0000)
committerratchov <ratchov@openbsd.org>
Fri, 29 Jan 2021 10:51:24 +0000 (10:51 +0000)
commit0600d38bc89f2cd6c86a1b828817692ad5249b09
tree0c819a70e66e8c5d94bca02be2fcb0432b636722
parent1d6bfbafede4504cc5493081bfa8e3f3860147fb
Move the audio clients state out of the device structure

No behavior change. Later this will ease moving clients from one
device to another by "just" swapping pointers.
usr.bin/sndiod/dev.c
usr.bin/sndiod/dev.h
usr.bin/sndiod/sndiod.c
usr.bin/sndiod/sock.c