CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/28 09:02:20
Modified files:
sys/dev/usb : utvfu.c
Log message:
Remove audio(9) get_props() from record-only drivers
utvfu(4) seems to be the only driver that currently supports recording but
not playing and its open() already returns ENXIO when playing is requested,
so no need to add another duplex check after get_props() is gone.
OK ratchov miod
