OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Fri Apr 8 11:18:07 2011 UTC (13 years, 1 month ago) by ratchov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

Clean up function naming: use sio_<backend>_ prefix for private
audio-related functions and put them in files named sio_<backend>.c
No behaviour changes.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 25 11:15:56 2009 UTC (14 years, 10 months ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

use const qualifier in libsndio, making it slightly more consistent
with open(2) and write(2) syscalls.
from Thomas Pfaff, jakemsr is fine with it

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 15 13:06:40 2009 UTC (15 years ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.6: +17 -15 lines
Diff to previous 1.6 (colored)

in headers, macro definitions come first, prototypes come next

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 15 13:04:52 2009 UTC (15 years ago) by ratchov
Branch: MAIN
Changes since 1.5: +9 -8 lines
Diff to previous 1.5 (colored)

if DEBUG is defined, use a global debug level rather
than a per-stream debug level. No behaviour change.

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
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.4: +3 -1 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], Sun Dec 21 10:03:25 2008 UTC (15 years, 5 months ago) by ratchov
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

fix more spelling errors and typos,
from Thomas Pfaff <tpfaff(at)@tp76.info>, thanks

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 17 10:00:50 2008 UTC (15 years, 5 months ago) by ratchov
Branch: MAIN
Changes since 1.2: +17 -1 lines
Diff to previous 1.2 (colored)

stop using stderr in the library, wrap all diagnostic fprintfs
so they are visible only when the DEBUG macro is #defined
and SIO_DEBUG env. variable is set.
requested by many, discussed with jakemsr

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 11 19:39:35 2008 UTC (15 years, 6 months ago) by ratchov
Branch: MAIN
Changes since 1.1: +8 -3 lines
Diff to previous 1.1 (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.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.