summaryrefslogtreecommitdiffstats
path: root/Modules/linuxaudiodev.c
Commit message (Expand)AuthorAgeFilesLines
* Applying SF patch #412553 by Christopher Lee: fix linuxaudiodevGuido van Rossum2001-04-021-9/+29
* Restore lost AFMT_S16_NE entry.Ka-Ping Yee2001-01-171-0/+1
* better format names and error messagesKa-Ping Yee2001-01-151-13/+12
* Be consistent in the description of audio formats: <format> <width>Guido van Rossum2000-10-081-4/+7
* test_linuxaudio:Jeremy Hylton2000-10-061-86/+129
* Move the Py_DECREF(x) after the error: label so that we don't leak xGuido van Rossum2000-09-011-1/+1
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-5/+2
* This module has a poor name, since it can be used under FreeBSD andJeremy Hylton2000-08-311-0/+10
* lad_dealloc(): if xp->x_fd == -1, it means the descriptor's alreadyBarry Warsaw2000-08-181-1/+3
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* satisfy the -Wall: remove two unused local variables and unused ins functionJeremy Hylton2000-07-111-13/+0
* Add method names to PyArg_ParseTuple() calls for better error messages.Fred Drake2000-07-081-313/+298
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* This module's name should be linuxaudio*dev*.cGuido van Rossum2000-03-311-0/+466