1. 76ffb19 Use fcntl() to put the audio device *back* into blocking mode after by Greg Ward · 21 years ago
  2. 5c49ef2 Open with O_NONBLOCK to avoid hanging on open(). by Greg Ward · 21 years ago
  3. 0b6dfb8 <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so include by Greg Ward · 21 years ago
  4. fe62bc9 Conditionalize another constant by Andrew M. Kuchling · 21 years ago
  5. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 21 years ago
  6. faa7b9b Get build working on Redhat 7.2 linux 2.4.7 by Neal Norwitz · 21 years ago
  7. 744f0fd Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and by Greg Ward · 22 years ago
  8. 58ae13c Rename the parameter 'xp' in several methods to 'self', since that's what it is. by Greg Ward · 22 years ago
  9. 499b73e For symmetry with the mixer interface, rename oss_t to oss_audio_t and by Greg Ward · 22 years ago
  10. da1cacb Add a bunch of comments to clearly delineate sections of the code. by Greg Ward · 22 years ago
  11. 2d6f9a9 Yet another renaming of some mixer methods: by Greg Ward · 22 years ago
  12. f05aa10 Rename more mixer methods: getrecsrc() -> get_recsrc(), by Greg Ward · 22 years ago
  13. ad4d9b9 Untabify. by Greg Ward · 22 years ago
  14. e703766 Whitespace fixes to conform to coding standards. by Greg Ward · 22 years ago
  15. 5c5c577 Comment fix. by Greg Ward · 22 years ago
  16. 37897c2 Rename some mixer methods: by Greg Ward · 22 years ago
  17. 7b43c68 Remove 'x_' prefix from oss_t and oss_mixer_t struct members. by Greg Ward · 22 years ago
  18. b69bb3d Typo fix. by Greg Ward · 22 years ago
  19. 3d9994d Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>): by Greg Ward · 22 years ago
  20. da9f853 Prepare for the coming mixer support patch: change _do_ioctl_0() and by Greg Ward · 22 years ago
  21. 8c6b6a9 Finish expunging the 'linuxaudiodev' name: by Greg Ward · 22 years ago
  22. 9a568eb Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! by Greg Ward · 22 years ago
  23. 97708bc Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error'). by Greg Ward · 22 years ago
  24. 1e0f57d Added mode 'rw' for full-duplex (play and record at the same time) mode. by Greg Ward · 22 years ago
  25. 131bce0 * Don't put the device in non-blocking mode at open() time; this makes by Greg Ward · 22 years ago
  26. 04613a9 ossaudiodev -- Python interface to the OSS (Open Sound System) API. by Greg Ward · 22 years ago