CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/23 08:53:51
Modified files:
sys/dev/usb : uaudio.c
Log message:
If an USB audio device supports less rates for recording than for
playing, the uaudio(4) driver selected a wrong rate. Then recording
failed with "block size too large". The v1_rates field of the
parameters contains the correct intersection of valid rates. Use
it for v1 devices.
OK ratchov@
