summaryrefslogtreecommitdiff
path: root/Modules/linuxaudiodev.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-101/+101
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-111-0/+4
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+1
* Compilation problem caused by conflicting typedefs for uint32_tArmin Rigo2006-10-041-0/+2
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-35/+15
* Rework channelnumber/samplesize detetion code's output variables a bit toThomas Wouters2006-03-011-7/+6
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix icc warnings: extra semi-colonNeal Norwitz2006-01-071-1/+1
* Allow the device name to be passed to linuxaudiodev.open(), forGreg Ward2002-11-271-7/+19
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-2/+1
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initializationGuido van Rossum2001-12-081-9/+8
* 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