Rootroute       Hosting       Order       Map       Login   Secure Inter-Network Operations  
 
man : ossaudio(3)

Command: man perldoc info search(apropos)  


OSSAUDIO(3)               OpenBSD Programmer's Manual              OSSAUDIO(3)

NAME
     ossaudio - OSS audio emulation

LIBRARY
     -lossaudio

SYNOPSIS
     #include <soundcard.h>

DESCRIPTION
     The ossaudio library provides an emulation of the OSS (Linux) audio in-
     terface.

     Use the native interface for new programs and the emulation library only
     for porting programs.

SEE ALSO
     audio(4)

HISTORY
     The ossaudio library first appeared in NetBSD 1.3.

BUGS
     The emulation uses a #define for ioctl() so some obscure programs can
     fail to compile.

     The emulation is incomplete.

     The emulation only covers ioctl(), there are other differences as well.
     E.g., on a write that would block in non-blocking mode Linux returns
     EINTR whereas OpenBSD returns EAGAIN.

OpenBSD 4.5                      June 26, 2008                               1


rootr.net - man pages