OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Alexandre Ratchov (ratchovcvs.openbsd.org)
Date: Sun Apr 11 2010 - 11:53:55 CDT


CVSROOT: /cvs
Module name: src
Changes by: ratchovcvs.openbsd.org 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