summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* * sound.c (wav_play): Check header->data_length to see how much weJan Djärv2007-03-061-7/+15
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE isJan Djärv2006-12-201-1/+5
* (Fplay_sound_internal): Remove spurious newline in docstring.Juanma Barranquero2006-11-291-8/+8
* * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.Jan Djärv2006-07-141-4/+6
* * search.c (matcher_overflow): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-1/+2
* * sound.c (alsa_open, alsa_configure, alsa_write): MoveJan Djärv2006-05-291-16/+25
* * sound.c (alsa_configure): Move get period/buffer_size afterJan Djärv2006-05-261-3/+3
* * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)Jan Djärv2006-05-181-9/+392
* (Fplay_sound_internal): Dynamically allocateRichard M. Stallman2006-05-031-42/+29
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Fix spacing and adapt to GNU coding conventions.Juanma Barranquero2002-11-191-58/+56
* Added a partial implementation of play-sound-internal for Windows. Fixed the...Ben Key2002-11-171-126/+320
* (struct sound_device): Function pointer field "write"Ken Raeburn2002-07-191-3/+4
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-8/+8
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* (Fplay_sound_internal): Update call to openp.Stefan Monnier2002-04-301-1/+1
* (Fplay_sound_internal): Renamed from Fplay_sound.Pavel Janík2002-04-051-19/+5
* (Fplay_sound): Initialize header_size also for :data case.Pavel Janík2002-01-141-26/+26
* Doc fix.Pavel Janík2002-01-041-1/+1
* (sound_perror): Save errno from being clobbered.Andreas Schwab2001-11-051-2/+4
* (sound_perror): Unblock SIGIO, turn on atimers.Gerd Moellmann2001-10-271-11/+30
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-18/+18
* Include <sys/ioctl.h> also on systems without <soundcard.h>.Pavel Janík2001-10-151-1/+4
* Update calls to openp.Stefan Monnier2001-10-121-1/+1
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
* (toplevel): Include <signal.h> and "syssignal.h".Gerd Moellmann2001-07-091-1/+23
* Include Emacs' header files with #include "...".Gerd Moellmann2001-07-051-4/+4
* (vox_configure, vox_close): Turn off atimersGerd Moellmann2001-06-271-1/+8
* (vox_configure): Change order of ioctls. Don'tGerd Moellmann2000-12-071-26/+20
* (vox_configure): Set volume for left and right channel.Gerd Moellmann2000-12-061-3/+9
* (Fplay_sound): Doc fix.Gerd Moellmann2000-09-131-1/+1
* Sound support for NetBSD through "Linux emulation" support:Ken Raeburn2000-07-051-1/+9
* fix up more Lisp_Object/int conversion issuesKen Raeburn2000-06-181-1/+1
* * sound.c (sound_cleanup): Don't call device close routine if pointer is null.Ken Raeburn2000-02-071-1/+2
* (Fplay_sound): Improve doc string.Gerd Moellmann2000-01-131-1/+17
* (struct sound): Renamed from struct sound_file.Gerd Moellmann2000-01-041-112/+162
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-9/+9
* (Fplay_sound): Remove usused variables.Gerd Moellmann1999-09-141-3/+7
* (Qplay_sound_functions): Replaces Qplay_sound_hook.Gerd Moellmann1999-09-051-9/+21
* New file.Gerd Moellmann1999-07-211-0/+824