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