CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/04 03:23:36
Modified files:
sys/dev/usb : uaudio.c
Log message:
Simplify underruns handling: just copy silence produced by upper layer.
This makes the code less bug prone as the "rare" underruns
conditions are handled by the main non-underrun code.
