summaryrefslogtreecommitdiff
path: root/src/confmisc.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-24Allow specifying the max number of cardsTakashi Iwai1-1/+1
2008-11-21Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò1-2/+2
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-08-15Fix use after freeTakashi Iwai1-1/+1
2007-05-03Add config and plugin directory options to configureTakashi Iwai1-1/+1
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-0/+4
2007-02-12fix SNDERR() format strings/argumentsClemens Ladisch1-3/+3
2007-02-12remove superfluous strdup() callsClemens Ladisch1-27/+12
2007-02-12add card_name configuration functionClemens Ladisch1-89/+103
2006-10-12more name hint interace updatesJaroslav Kysela1-10/+0
2006-10-11add card number to ipc key for dmix / dsnoop PCM definitionsJaroslav Kysela1-0/+188
2006-02-27remove superfluous free() checksClemens Ladisch1-4/+2
2005-09-29New @func - pcm_args_by_classSasha Khapyorsky1-0/+117
2005-05-30fix warnings (bug #829)Jaroslav Kysela1-2/+2
2005-01-21Check error valuesTakashi Iwai1-3/+13
2005-01-03Add default for refer functionTakashi Iwai1-2/+16
2004-05-04avoid the compile warnings (about cast) with the recent GCC.Takashi Iwai1-1/+3
2002-07-23Documentation update by Clement LadishJaroslav Kysela1-100/+119
2002-03-12Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela1-4/+4
2002-01-09Added snd_config_load_override().Jaroslav Kysela1-1/+1
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
2001-12-15Added snd_config_update_free_global().Jaroslav Kysela1-5/+10
2001-11-26CleanupsJaroslav Kysela1-4/+1
2001-11-24Added snd_config_imake_* functions.Jaroslav Kysela1-43/+17
2001-11-24Added snd_*_open_lconf functions.Jaroslav Kysela1-0/+4
2001-11-19Configuration:Jaroslav Kysela1-68/+404
2001-10-24Changes for static build.Jaroslav Kysela1-11/+11
2001-09-13Separated asoundlib.h to small files.Jaroslav Kysela1-1/+0
2001-08-15Added symbol versioning for dlsym-callbacks.Jaroslav Kysela1-88/+12
2001-06-26Added snd_func_private_string.Jaroslav Kysela1-11/+40
2001-06-24Reorganized configuration files (card->type removal).Jaroslav Kysela1-8/+1
2001-06-21Added snd_config_hook_load_for_all_cards.Jaroslav Kysela1-26/+35
2001-06-20macro->referJaroslav Kysela1-4/+0
2001-06-20Added missing defaults to alsa.conf.Jaroslav Kysela1-37/+3
2001-06-19Added snd_func_macro and added 'defaults.*' definitions to alsa.conf.Jaroslav Kysela1-2/+49
2001-06-19Ok, back to use '@func refer' inside alsa.conf (following Abramo'sJaroslav Kysela1-23/+9
2001-06-18Removed snd_config_string_replace function.Jaroslav Kysela1-66/+100
2001-06-18Optimized index-search functionsJaroslav Kysela1-57/+61
2001-06-18Renamed envname -> varsAbramo Bagnara1-3/+3
2001-06-16Added context handling for snd_config_expand.Jaroslav Kysela1-27/+29
2001-06-16TypoAbramo Bagnara1-0/+1
2001-06-16Simplified evaluation using snd_config_walk. Fixed implementationAbramo Bagnara1-40/+65
2001-06-15Converted @refer special case in ordinary @func. Removed @typeAbramo Bagnara1-92/+93
2001-06-15Extended parameterization. Marked with @ all fields with special useAbramo Bagnara1-10/+10
2001-06-15* Cleaned the alsa.conf syntax:Jaroslav Kysela1-23/+37
2001-06-13Enhanced configuration syntax (added [ ] block for arrays).Jaroslav Kysela1-86/+383
2001-06-11Added argument handling for the slave PCMs.Jaroslav Kysela1-0/+320