CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/05 00:14:13
Modified files:
sys/dev : audio.c
Log message:
Try to start playback after play buffer pointers are advanced.
Allows playback to start automatically as soon as there's enough data,
even if the AUDIO_START ioctl is not called. This is mainly useful to
quickly test & debug low level drivers with simple shell commands.
