Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs
authorkn <kn@openbsd.org>
Sun, 30 Oct 2022 10:55:52 +0000 (10:55 +0000)
committerkn <kn@openbsd.org>
Sun, 30 Oct 2022 10:55:52 +0000 (10:55 +0000)
commit88cdb16876ecc8a50de1d699e2faedb34b757c3a
tree13b9f84024c36a2ad2815b863c043bd6e990af7d
parentcad45e2ea1017ceb0aa58ce568e740475c2b24ed
Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs

sbdsp.c r1.42 "Replace audio(9) get_props() with duplex check in open()
  in partial duplex drivers" added it to the wrong function.
sys/dev/isa/sbdsp.c