OpenBSD CVS

CVS log for src/lib/libsndio/Attic/sndio.h


[BACK] Up to [local] / src / lib / libsndio

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Tue Apr 21 19:14:33 2009 UTC (15 years, 1 month ago) by ratchov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

move src/lib/libsndio/sndio.h into src/include where other include
files leave.

requested by deraadt@, ok miod@

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 13 16:05:50 2009 UTC (15 years, 2 months ago) by ratchov
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

protypes in sndio.h make reference to struct pollfd; applications
that don't use sys/poll.h, wont compile with gcc2. Fix this by
declaring the pollfd structure

spotted by and ok deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 3 19:44:58 2009 UTC (15 years, 4 months ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

in server mode, create /tmp/aucat-userid/ directory with
permissions 0700, and create sockets in it. This prevents
one local user to eavesdrop or disturb audio programs of
other users.

if you're using the ``-s socket'' option with an absolute
path as argument, please update it to use a socket name.

requested by many, bits from jakemsr and otto
ok jakemsr

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 21 21:29:01 2009 UTC (15 years, 4 months ago) by ratchov
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5 (colored)

make declarations "C" to allow c++ code to compile
discussed with espie@, ok jakemsr@ and millert@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 17 10:39:53 2009 UTC (15 years, 4 months ago) by ratchov
Branch: MAIN
Changes since 1.4: +1 -6 lines
Diff to previous 1.4 (colored)

cleanup: remove prototypes of inexistent functions, move few private
functions into private header file.
suggested by espie@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 17 07:19:27 2008 UTC (15 years, 5 months ago) by ratchov
Branch: MAIN
Changes since 1.3: +19 -18 lines
Diff to previous 1.3 (colored)

add a writable ``appbufsz'' field to the sa_par structure, containing
the program-part of the buffer size, ie the part that is subject to
underruns. Useful for apps like cdio(1) that don't have their own
rings, or to apps that have a minimum ring size constraint. Setting
the ``bufsz'' parameter becomes deprecated.
ok jakemsr

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 11 19:39:35 2008 UTC (15 years, 7 months ago) by ratchov
Branch: MAIN
Changes since 1.2: +9 -2 lines
Diff to previous 1.2 (colored)

expose a volume knob in the sndio API: add sio_setvol(3) and
sio_onvol(3) functions. The audio(4) backend tries to use the
inputs.dac, outputs.dac, outputs.output and outputs.master
controls (in this order). Add a sample file in
regress/lib/libsndio/vol/vol.c

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 28 23:00:08 2008 UTC (15 years, 7 months ago) by jsg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

sio_initpar() is supposed to return void like the documentation
says according to ratchov@.  Make it so, and crank major.

ok ratchov@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 27 00:26:33 2008 UTC (15 years, 7 months ago) by ratchov
Branch: MAIN

rename libsa to libsndio
requested by many, "just go for it" deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.