CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/11 10:53:55
Modified files:
lib/libsndio : sun.c
Log message:
audio(4) doesn't require to be started explicitely, so the device is
started immediately after it's opened in record only mode.
Pause it in sio_open() and sio_stop(), since libsndio requires
an explicit call to sio_start().
discussed with jakemsr
