summaryrefslogtreecommitdiff
path: root/src/conf.c
Commit message (Expand)AuthorAgeFilesLines
* conf: Add thread-safe global tree referenceTakashi Iwai2016-05-171-0/+79
* Use alphasort where versionsort is not available.Thomas Klausner2016-03-031-1/+1
* move page helpers to common codeMike Frysinger2015-11-051-0/+36
* fix _GNU_SOURCE handling & header inclusionMike Frysinger2015-10-121-1/+1
* Replace unsafe characters with _ in card nameAlexander E. Patrakov2015-06-291-0/+32
* conf: return negative value in case of errorRenu Tyagi2014-09-231-0/+1
* conf.c: use portable way to initialize recursive mutexTimo Teräs2013-11-081-2/+13
* all places: doxygen cleanupsJaroslav Kysela2013-04-081-0/+2
* conf: Fix a memory access violation resulting from improper error propogationAllan Wirth2013-02-011-1/+1
* build: Fallback to alphasort() if versionsort() isn't availableArun Raghavan2012-07-171-1/+6
* Fix invalid long long format specifierJohn Spencer2012-04-241-3/+3
* conf: Allow for a directory to be given as a config file.Colin Guthrie2011-09-201-11/+67
* alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.Sudarshan Bisht2011-05-041-0/+1
* config file processing: rewrite the locking - use one recursive mutexJaroslav Kysela2010-10-111-20/+39
* Use thread-safe locale functions if availableRémi Denis-Courmont2010-04-211-0/+16
* Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()"Jaroslav Kysela2009-09-091-2/+3
* Fix driver conf parsing in snd_config_hook_load_for_all_cards()Takashi Iwai2009-08-101-3/+2
* conf.c: more documentationClemens Ladisch2009-07-271-236/+875
* conf.c: rename 'node' to 'config'Clemens Ladisch2009-07-171-9/+9
* conf.c: rename 'leaf' to 'child'Clemens Ladisch2009-07-171-20/+22
* conf.c: rename 'father' to 'parent'Clemens Ladisch2009-07-171-45/+45
* conf.c: snd_config_add: prevent adopting a non-orphanClemens Ladisch2009-07-151-1/+1
* conf.c: fix handling of NULL string valuesClemens Ladisch2009-07-101-9/+10
* conf.c: snd_config_set_id: prevent duplicate idsClemens Ladisch2009-07-101-0/+8
* conf.c: fix handling of NULL idsClemens Ladisch2009-07-091-6/+17
* Don't accept an empty string for $ALSA_CONFIG_PATHTakashi Iwai2008-12-101-1/+1
* fix memory leak in snd_config_update_r error pathClemens Ladisch2008-01-141-0/+1
* conf: show path of any missing configuration fileClemens Ladisch2008-01-091-0/+2
* fix error path in snd_config_hook_load_for_all_cards()Jaroslav Kysela2007-11-251-2/+2
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-2/+2
* Add config and plugin directory options to configureTakashi Iwai2007-05-031-3/+3
* Allow build without libdl and libpthreadTakashi Iwai2007-03-221-3/+13
* add snd_device_name_hint() function and initial implementationJaroslav Kysela2006-10-111-0/+4
* configuration: added one more alias check to detect a circular configurationJaroslav Kysela2006-09-281-3/+7
* configuration: avoid endless loop when a key refers to itselfJaroslav Kysela2006-09-281-2/+19
* fix parsing of non-decimal integers in configuration filesClemens Ladisch2006-09-181-1/+1
* Fix the description of return value of snd_config_search_definition()Takashi Iwai2006-05-021-1/+1
* remove superfluous free() checksClemens Ladisch2006-02-271-31/+17
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-0/+19
* Remove bad assertTakashi Iwai2006-01-271-1/+0
* Remove superfluous wordexp.h inclusionJaroslav Kysela2005-11-281-1/+0
* Fix free of uninitialized pointerTakashi Iwai2005-11-181-1/+1
* fix doxygen warningsClemens Ladisch2005-10-121-1/+1
* Fix invalid read in setlocale()Takashi Iwai2005-08-181-3/+8
* Clean up string parserTakashi Iwai2005-08-181-85/+94
* Fix compile warnings with gcc-4Takashi Iwai2005-06-281-2/+2
* Fix doxygen documentsTakashi Iwai2005-05-241-7/+9
* Fix compile with gcc-4.0Takashi Iwai2005-03-241-2/+2
* Support dl-object cacheTakashi Iwai2005-02-141-0/+4
* use "C" locale when parsing floating point numbersClemens Ladisch2005-02-141-2/+10