aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_oss.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-05wee bit of code cleanupWarren Dukes1-1/+3
2005-03-05we want to stat, not lstatWarren Dukes1-1/+1
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-19/+67
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes1-29/+78
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes1-1/+2
2004-11-02move audioOutput dir to audioOutputsWarren Dukes1-0/+0
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes1-5/+4
2004-11-02now np's OSS stuff actually worksWarren Dukes1-3/+4
2004-10-30finish integrating in np's oss stuffWarren Dukes1-63/+55
2004-10-29a few more changes to oss codeWarren Dukes1-7/+36
2004-10-29begin integrating np's oss codeWarren Dukes1-0/+178