Commit Graph

29 Commits

Author SHA1 Message Date
tron
29e1f8bd9f Use accurate rounding in conversion between OSS and NetBSD volume values.
The optimized integer formula was supplied by Wolfgang Solfrank on
"tech-kern@netbsd.org". This fixes problems with e.g  FreeBSD TV (fxtv),
RealPlayer-7.0 Beta 2 (PR pkg/10818) and KDE's "kscd".
2000-08-16 16:14:33 +00:00
msaitoh
f6f00e2615 remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
augustss
17ac2f03ee Implement OSS_GETVERSION.
Accept mixer values above max (100).
Handle the info from AUDIO_MIXER_DEVINFO properly, parts of it is opaque.
2000-07-04 09:56:14 +00:00
augustss
41a71bdc48 Implement SOUND_MIXER_INFO. 1999-11-16 23:56:41 +00:00
kleink
79ce98b212 Per discussion with Lennart Augustsson, change the behaviour to report emulated
encodings, too.  (This is currently an issue with the eso(4) driver, which,
due to different byte orders in playing and recording directions, sets the
emulated flag for all 16-bit encodings, although it could be argued that this
is an unfortunate weakness of the query_encoding() interface.)
1999-08-22 13:43:09 +00:00
simonb
42724dd4d2 More trailing white space. 1999-07-02 15:37:33 +00:00
augustss
54b9d07367 Make copyrights conform. 1999-04-13 20:45:25 +00:00
garbled
38c96853cf Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Wheee!
1999-03-22 19:44:33 +00:00
augustss
8a7a6a6cfe Avoid defining _POSIX_SOURCE. 1999-03-18 11:22:54 +00:00
abs
edc1a24a56 Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing
RCS Id.
1999-02-25 08:02:19 +00:00
kleink
f83935c8e4 Make protection against multiple inclusion non-invasive wrt. name space. 1999-02-05 15:16:33 +00:00
augustss
7d30602831 Xref midi(4). 1998-08-12 12:23:30 +00:00
augustss
d78443c890 Revert the #define of ioctl to its previous state since my
"improvement" broke some packages.
1998-06-29 20:48:00 +00:00
augustss
13648c9aa6 Add __BEGIN_DECLS & __END_DECLS for C++ and clean up a little. 1998-06-19 15:05:09 +00:00
augustss
1a6c4f4a84 Fix off by one error. 1998-05-25 17:13:14 +00:00
lukem
175e3708a8 use CPPFLAGS not CFLAGS 1998-04-13 14:18:45 +00:00
augustss
99c03c4382 Track mycroft's change in src/sys/compat/oss/ossaudio.c. 1998-03-23 00:39:18 +00:00
perry
312aca536f add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
perry
93db5caa95 RCSID Police. 1998-01-05 07:41:06 +00:00
mikel
ff1bdcd3f8 back out last change 1997-11-07 05:34:07 +00:00
mikel
486500f857 don't build shared library 1997-11-01 05:04:51 +00:00
augustss
ef9d46637b Add even more defines. 1997-10-29 20:23:27 +00:00
augustss
a1338abe8c Fix a serious emulation bug.
Add some missing #defines.
Add a little more documentation.
1997-10-29 00:31:01 +00:00
augustss
e067be5020 Add some missing defines and add history to man page. 1997-10-26 23:50:30 +00:00
thorpej
ee196f5aad Install the "soundcard.h" include file in /usr/include, because:
- The documentation says <soundcard.h>, and
- You can't install an include into /usr/include/sys, because the user
  might be using "symlinks" for the sys includes.
1997-10-19 08:12:22 +00:00
augustss
0a9e50418e Update for SunOS compatibility. 1997-10-19 07:47:48 +00:00
augustss
dfe94eff65 Remove a copied line. 1997-10-16 17:50:29 +00:00
augustss
32a1a5fb11 Add some bugs to the man page. 1997-10-16 17:46:28 +00:00
augustss
afab22e3de Initial version of a user level emulation of the OSS audio API.
Useful for compiling Linux audio programs.
1997-10-16 17:30:57 +00:00