1. 02 Dec, 2002 7 commits
  2. 01 Dec, 2002 3 commits
  3. 30 Nov, 2002 16 commits
  4. 29 Nov, 2002 9 commits
  5. 28 Nov, 2002 3 commits
  6. 27 Nov, 2002 2 commits
    • Greg Ward's avatar
      Allow the device name to be passed to linuxaudiodev.open(), for · a34b1a07
      Greg Ward authored
      consistency with the built-in open() (and every other sane open()
      function, for that matter).  The two valid ways to call this open() are
      now open(mode) and open(device, mode).
      
      For backwards compatibility, retain the old open(mode) calling syntax --
      this makes the error message when you call open(device) a bit confusing,
      but oh well.
      
      This is the first half of SF patch #644977.
      a34b1a07
    • Neal Norwitz's avatar
      Add missing decref · ef786ae1
      Neal Norwitz authored
      ef786ae1