aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_oss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-15/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* OSS: correctly check for the device in oss_testDefault()Eric Wong2006-07-121-3/+4
* src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong2006-03-251-15/+19
* gcc 2.95 fixesEric Wong2005-11-191-1/+2
* fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong2005-08-071-1/+2
* don't check errno unless we have an error (ret<0) from write()Eric Wong2005-07-031-1/+1
* fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes2005-04-061-5/+10
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-191-2/+3
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-4/+40
* code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes2005-03-101-4/+234
* wee bit of code cleanupWarren Dukes2005-03-051-1/+3
* we want to stat, not lstatWarren Dukes2005-03-051-1/+1
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-19/+67
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-051-29/+78
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-201-1/+2
* move audioOutput dir to audioOutputsWarren Dukes2004-11-021-0/+199