summaryrefslogtreecommitdiffstats
path: root/Modules/ossaudiodev.c
Commit message (Expand)AuthorAgeFilesLines
* Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS andGreg Ward2002-12-311-0/+45
* Rename the parameter 'xp' in several methods to 'self', since that'sGreg Ward2002-12-311-23/+23
* For symmetry with the mixer interface, rename oss_t to oss_audio_t andGreg Ward2002-12-311-29/+29
* Add a bunch of comments to clearly delineate sections of the code.Greg Ward2002-12-311-1/+28
* Yet another renaming of some mixer methods:Greg Ward2002-12-311-9/+9
* Rename more mixer methods: getrecsrc() -> get_recsrc(),Greg Ward2002-12-301-6/+6
* Untabify.Greg Ward2002-12-301-106/+106
* Whitespace fixes to conform to coding standards.Greg Ward2002-12-301-18/+18
* Comment fix.Greg Ward2002-12-301-9/+2
* Rename some mixer methods:Greg Ward2002-12-301-16/+16
* Remove 'x_' prefix from oss_t and oss_mixer_t struct members.Greg Ward2002-12-301-57/+58
* Typo fix.Greg Ward2002-12-121-1/+1
* Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):Greg Ward2002-12-111-0/+267
* Prepare for the coming mixer support patch: change _do_ioctl_0() andGreg Ward2002-12-111-14/+14
* Finish expunging the 'linuxaudiodev' name:Greg Ward2002-12-111-55/+55
* Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!Greg Ward2002-11-301-7/+7
* Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').Greg Ward2002-11-301-25/+25
* Added mode 'rw' for full-duplex (play and record at the same time) mode.Greg Ward2002-11-301-21/+97
* * Don't put the device in non-blocking mode at open() time; this makesGreg Ward2002-11-301-46/+184
* ossaudiodev -- Python interface to the OSS (Open Sound System) API.Greg Ward2002-11-301-0/+524