summaryrefslogtreecommitdiffstats
path: root/sys/oss/oss_probe.c
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: Update comment in OSS includes check.Tim-Philipp Müller2005-12-101-10/+11
| | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: Update comment in OSS includes check. * sys/oss/gstossdmabuffer.c: * sys/oss/gstosshelper.c: * sys/oss/gstossmixer.c: * sys/oss/gstossmixertrack.c: * sys/oss/gstosssink.c: * sys/oss/gstosssrc.c: * sys/oss/oss_probe.c: Don't assume the OSS soundcard.h include is always in the sys/ directory. Instead, use the existing defines from config.h to include the right file. Fixes compilation on OpenBSD 3.8 (#323718).
* sys/oss/: Port from THREADED+wim's fixes.Andy Wingo2005-07-081-47/+1
| | | | | | | Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * sys/oss/: Port from THREADED+wim's fixes.
* sys/oss/: fixes #159433. Also add missing copyright header to oss_probe.c.Ronald S. Bultje2004-12-161-1/+47
| | | | | | | | | Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * sys/oss/gstosselement.c: (gst_osselement_probe_caps): * sys/oss/oss_probe.c: (main): Check for mono/stereo support (similar to samplerate probing), fixes #159433. Also add missing copyright header to oss_probe.c.
* configure.ac: OSS portabilityStéphane Loeuillet2004-06-071-1/+18
| | | | | | | | | | | | Original commit message from CVS: * configure.ac: OSS portability * ext/arts/gst_arts.c: idem * sys/oss/gstosselement.c: idem * sys/oss/gstossmixer.c: idem * sys/oss/gstosssink.c: idem * sys/oss/gstosssrc.c: idem * sys/oss/oss_probe.c: idem - check for soundcard.h in different places for some BSD
* minor updates to last checkinDavid Schleef2004-03-231-76/+80
| | | | | Original commit message from CVS: minor updates to last checkin
* sys/oss/: Rate probing test app.David Schleef2004-03-231-0/+234
Original commit message from CVS: * sys/oss/Makefile.am: * sys/oss/oss_probe.c: (main), (probe_check), (add_range), (check_rate), (add_rate): Rate probing test app.