OSDN Git Service

Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
[android-x86/external-alsa-lib.git] / src / conf.c
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2007-05-03 Takashi IwaiAdd config and plugin directory options to configure
2007-03-21 Takashi IwaiAllow build without libdl and libpthread
2006-10-11 Jaroslav Kyselaadd snd_device_name_hint() function and initial impleme...
2006-09-28 Jaroslav Kyselaconfiguration: added one more alias check to detect...
2006-09-28 Jaroslav Kyselaconfiguration: avoid endless loop when a key refers...
2006-09-18 Clemens Ladischfix parsing of non-decimal integers in configuration...
2006-05-02 Takashi IwaiFix the description of return value of snd_config_searc...
2006-02-27 Clemens Ladischremove superfluous free() checks
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2006-01-27 Takashi IwaiRemove bad assert
2005-11-28 Jaroslav KyselaRemove superfluous wordexp.h inclusion
2005-11-18 Takashi IwaiFix free of uninitialized pointer
2005-10-12 Clemens Ladischfix doxygen warnings
2005-08-18 Takashi IwaiFix invalid read in setlocale()
2005-08-18 Takashi IwaiClean up string parser
2005-06-28 Takashi IwaiFix compile warnings with gcc-4
2005-05-24 Takashi IwaiFix doxygen documents
2005-03-24 Takashi IwaiFix compile with gcc-4.0
2005-02-14 Takashi IwaiSupport dl-object cache
2005-02-14 Clemens Ladischuse "C" locale when parsing floating point numbers
2005-02-09 Takashi IwaiFix the parse of filenames with spaces
2005-01-13 Takashi IwaiFix the bogus return values
2004-10-05 Clemens Ladischfix memory leak
2004-09-08 Jaroslav Kyselafixed endless loop when parsing backslash inside bad...
2004-02-25 Takashi Iwai- check the return value of malloc & co.
2003-09-03 Jaroslav Kyselaadded snd_user_file() function
2003-04-23 Jaroslav KyselaFixed documented bugs by Clemens Ladisch <clemens@ladis...
2002-07-23 Jaroslav KyselaDocumentation update by Clement Ladish
2002-07-03 Takashi Iwaifixed safe_strtoll to check the following characters.
2002-06-18 Takashi Iwairemoved invalid const qualifier.
2002-05-13 Jaroslav KyselaAdded INTEGER64 support by Paul Davis
2002-03-12 Jaroslav KyselaCorrections by Kevin Conder <kconder@interaccess.com>
2002-01-12 Jaroslav KyselaMoved some prototypes from src/pcm/pcm_plugin.h to...
2002-01-09 Jaroslav KyselaAdded snd_config_load_override().
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-29 Jaroslav KyselaFixed get_ascii (null string), fixed hooks_load_for_all...
2001-12-15 Jaroslav KyselaAdded snd_config_update_free_global().
2001-12-07 Jaroslav KyselaAdded snd_config_update_r, snd_config_update_free functions
2001-11-26 Jaroslav KyselaAdded snd_config_get_ireal function
2001-11-24 Jaroslav KyselaAdded snd_config_imake_* functions.
2001-11-24 Jaroslav KyselaAdded snd_*_open_lconf functions.
2001-11-19 Jaroslav KyselaConfiguration:
2001-11-08 Jaroslav KyselaDiscard newline when backslash is the last character...
2001-10-24 Jaroslav KyselaChanges for static build.
2001-08-24 Jaroslav KyselaFixed OOPS (double free)
2001-08-15 Jaroslav KyselaSome small modifications to make doxygen happy.
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-07-21 Jaroslav KyselaFixed braces
2001-07-19 Jaroslav KyselaImproved documentation for snd_config_update
2001-07-18 Jaroslav KyselaMore documentation updates.
2001-07-11 Jaroslav KyselaMore documentation enhancements / removal of non-existe...
2001-07-11 Jaroslav KyselaAdded documentation for instrument and midi event funct...
2001-07-02 Abramo BagnaraAdded "dont override" behaviour
2001-06-26 Jaroslav KyselaAdded snd_func_private_string.
2001-06-21 Jaroslav KyselaAdded snd_config_hook_load_for_all_cards.
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-20 Jaroslav Kyselamacro->refer
2001-06-18 Abramo BagnaraChanged $(var) in $var
2001-06-18 Jaroslav KyselaMoved preloaded configuration files to the preload...
2001-06-16 Jaroslav KyselaAdded context handling for snd_config_expand.
2001-06-16 Abramo BagnaraSome fixes. Added conf for trident
2001-06-16 Abramo BagnaraSimplified evaluation using snd_config_walk. Fixed...
2001-06-15 Abramo BagnaraConverted @refer special case in ordinary @func. Remove...
2001-06-15 Abramo BagnaraExtended parameterization. Marked with @ all fields...
2001-06-15 Abramo BagnaraSimplified and fixed semantic
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
2001-06-13 Jaroslav KyselaSearch functions supports NULL result (check the presence)
2001-06-13 Jaroslav KyselaEnhanced configuration syntax (added [ ] block for...
2001-06-11 Jaroslav KyselaAdded argument handling for the slave PCMs.
2001-06-11 Jaroslav KyselaNew syntax for the substituted variables - $(var).
2001-06-08 Takashi IwaiFixed seg. fault when invalid /etc/asound.conf is found.
2001-06-08 Jaroslav KyselaFixed typo
2001-06-08 Jaroslav KyselaRemoved snd_defaults_ functions.
2001-06-06 Abramo BagnaraMore work on pcm_hooks
2001-05-29 Abramo BagnaraCompilation fixes for forthcoming GCC 3.0
2001-05-22 Abramo BagnaraCompleted parametric configuration and begun to use it
2001-05-18 Abramo BagnaraAdded parametric configuration. Removed some memory...
2001-04-24 Jaroslav KyselaImproved in-source documentation (interfaces are divide...
2001-04-17 Jaroslav KyselaFixed typos
2001-03-30 Abramo BagnaraDocumentation generation fixes
2001-03-29 Abramo BagnaraLot of cleanings with the help of gcc3
2001-03-29 Abramo BagnaraMore documentation. Added mode argument to i/o_stdio_open.
2001-03-25 Abramo BagnaraDocumented input, output and conf
2001-03-17 Abramo BagnaraImproved .asoundrc changes
2001-03-08 Abramo BagnaraBetter diagnostic for config load failure
2001-03-04 Abramo BagnaraRenamed ERR to SNDERR. Added s16 pseudo meter scope...
2001-02-11 Abramo BagnaraCompleted mixer API. Improved iterators. Renamed contro...
2001-02-09 Abramo BagnaraCompleted control and mixer API
2001-02-07 Abramo BagnaraEncapsulated conf API
2001-02-06 Abramo BagnaraControl API encapsulation. Better names for kernel...
2001-02-05 Abramo BagnaraEncapsulated hwdep. Converted all enums to type safety
2001-01-31 Abramo BagnaraRemoved card type from devices info. Added card number...
2001-01-17 Abramo BagnaraAdded I/O classes