summaryrefslogtreecommitdiff
path: root/include/error.h
Commit message (Collapse)AuthorAgeFilesLines
* Use __func__ instead of __FUNCTION__Michael Forney2019-06-121-4/+4
| | | | | | | | They are equivalent, but __func__ is in C99. __FUNCTION__ exists only for backwards compatibility with old gcc versions. Signed-off-by: Michael Forney <mforney@mforney.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* all places: doxygen cleanupsJaroslav Kysela2013-04-081-0/+1
| | | | | | I see no errors with these changes using doxygen 1.8.1.1 . Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Add snd_lib_error_set_local() to install a thread-local error handler.Jerome Forissier2013-01-311-0/+6
| | | | | | | | | | | This is required so we can make other functions reentrant (such as snd_device_name_hint()). The default error handling function snd_lib_error_default() now checks if a local handler exists, and if so, calls it. Otherwise, the previous behavior is unchanged. Signed-off-by: Jerome Forissier <jerome@taodyne.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* 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
* More alisp extensions (card related functions, ctl_card_info).Jaroslav Kysela2003-07-291-0/+1
|
* Documentation update by Clement LadishJaroslav Kysela2002-07-231-19/+22
|
* 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-8/+8
| | | | Cleanup for __cplusplus defines.
* Separated asoundlib.h to small files.Jaroslav Kysela2001-09-131-0/+40
|
* Added documentation for instrument and midi event functions.Jaroslav Kysela2001-07-111-2/+2
| | | | | Removed snd_enum_() macros. Documentation changes in asoundlib.h.
* Completed parametric configuration and begun to use itAbramo Bagnara2001-05-221-1/+1
|
* Improved in-source documentation (interfaces are divided into modules).Jaroslav Kysela2001-04-241-2/+6
|
* More documentationAbramo Bagnara2001-03-291-0/+9
|
* Added configurable error handlers.Jaroslav Kysela2000-11-251-0/+4
|
* UNUSED -> ATTRIBUTE_UNUSED (follows /usr/include/ansidecl.h)Jaroslav Kysela2000-08-061-1/+1
|
* More mixer updates and some fixes...Jaroslav Kysela1999-07-221-1/+1
|
* Initial revisionJaroslav Kysela1998-08-131-0/+17