Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2b3ce3ba3f6f3fa688cb9e38de640e8cb15c4095
/
Modules
/
linuxaudiodev.c
a34b1a0
Allow the device name to be passed to linuxaudiodev.open(), for
by Greg Ward
· 22 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 22 years ago
5de9842
Repair widespread misuse of _PyString_Resize. Since it's clear people
by Tim Peters
· 23 years ago
cdc4451
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
7745218
SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization
by Guido van Rossum
· 23 years ago
f5bd684
Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev
by Guido van Rossum
· 24 years ago
7dfe6e3
Restore lost AFMT_S16_NE entry.
by Ka-Ping Yee
· 24 years ago
27ac0d1
better format names and error messages
by Ka-Ping Yee
· 24 years ago
5931667
Be consistent in the description of audio formats: <format> <width> "audio".
by Guido van Rossum
· 24 years ago
e2b7c4d
test_linuxaudio:
by Jeremy Hylton
· 24 years ago
7c55404
Move the Py_DECREF(x) after the error: label so that we don't leak x
by Guido van Rossum
· 24 years ago
9bfd2bf
Do the absolute minimal amount of modifications to eradicate
by Barry Warsaw
· 24 years ago
a3895c0
This module has a poor name, since it can be used under FreeBSD and
by Jeremy Hylton
· 24 years ago
4ddd820
lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already
by Barry Warsaw
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
672fac0
satisfy the -Wall: remove two unused local variables and unused ins function
by Jeremy Hylton
· 24 years ago
da940d8
Add method names to PyArg_ParseTuple() calls for better error messages.
by Fred Drake
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
8de1693
This module's name should be linuxaudio*dev*.c
by Guido van Rossum
· 25 years ago
[Renamed (99%) from Modules/linuxaudio.c]
b130dc7
Audio module for Linux, contributed by Peter Bosch.
by Guido van Rossum
· 25 years ago