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