summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-231-2/+0
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-4/+4
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-11/+11
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-1/+0
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-0/+2
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-6/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-5/+6
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-70/+29
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-29/+29
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-4/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (alsa_configure): Remove call do deprecatedJan Djärv2009-03-141-6/+0
* * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.Juanma Barranquero2009-01-151-7/+7
* * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.Juanma Barranquero2009-01-121-23/+38
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (alsa_configure): Declare vol at beginning of block.Jan Djärv2008-03-101-2/+2
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-1/+0
|/
* 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