summaryrefslogtreecommitdiff
path: root/include/output.h
Commit message (Collapse)AuthorAgeFilesLines
* output: include stdarg.hBernd Kuhls2022-06-171-0/+2
| | | | | | | | | | | | | | | Fixes a build error with alsa-utils when build with a uClibc toolchain: alsa-utils/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/alsa/output.h:75:66: error: unknown type name ‘va_list’ 75 | int snd_output_vprintf(snd_output_t *output, const char *format, va_list args); | ^~~~~~~ alsa-utils/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/alsa/output.h:1:1: note: ‘va_list’ is defined in header ‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’? Fixes: https://github.com/alsa-project/alsa-lib/pull/237 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* output: Add snd_output_buffer_steal() functionJaroslav Kysela2021-04-131-0/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
|
* fix some file paths in commentsClemens Ladisch2005-01-171-1/+1
| | | | | doxygen complains if the file name specified with \file does not match the real file name, so fix it
* Initial code for lisp interpreterJaroslav Kysela2003-06-241-0/+1
|
* Documentation update by Clement LadishJaroslav Kysela2002-07-231-8/+24
|
* removed comma from last element of enums.Takashi Iwai2002-02-051-1/+1
|
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
| | | | Changed GNU LGPL licence from 2.0 to 2.1.
* pcm.h - major documentation updates and reorderingJaroslav Kysela2001-11-141-6/+6
| | | | Cleanup for __cplusplus defines.
* Separated asoundlib.h to small files.Jaroslav Kysela2001-09-131-0/+32
|
* Improved in-source documentation (interfaces are divided into modules).Jaroslav Kysela2001-04-241-0/+8
|
* Lot of cleanings with the help of gcc3Abramo Bagnara2001-03-291-2/+2
|
* More documentation. Added mode argument to i/o_stdio_open.Abramo Bagnara2001-03-291-1/+1
|
* Documented input, output and confAbramo Bagnara2001-03-251-12/+6
|
* Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara2001-02-051-2/+12
|
* moved #ifdef _cplusplusAbramo Bagnara2001-02-011-4/+4
|
* Added stuff for C++ compilationAbramo Bagnara2001-01-291-0/+8
|
* Added I/O classesAbramo Bagnara2001-01-171-0/+17