summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.1.1v1.2.1.1Jaroslav Kysela2019-11-191-1/+1
* ucm: quick fix for the previous commit when ALSA_CONFIG_UCM_VAR is setJaroslav Kysela2019-11-191-8/+9
* ucm: fix again the long name configuration filename lookupJaroslav Kysela2019-11-191-7/+20
* ucm: parser: Fix snprintf usageHans de Goede2019-11-191-5/+2
* ucm: Only look in ucm[1] or ucm2 dir once we've found a config file in oneHans de Goede2019-11-191-2/+8
* ucm: Fix fallback to card_name (shortname) config for ucm1 profilesHans de Goede2019-11-191-6/+5
* ucm: Fix opening of master-configs by the card's longnameHans de Goede2019-11-191-7/+7
* conf: check for include path duplicatesJaroslav Kysela2019-11-191-0/+11
* conf: fix the include paths supportJaroslav Kysela2019-11-181-12/+15
* ucm: fix memory leaks detected by the coverity checkerJaroslav Kysela2019-11-152-1/+7
* pcm: add braces to condition (coverity)Jaroslav Kysela2019-11-151-1/+2
* Release v1.2.1v1.2.1Jaroslav Kysela2019-11-141-1/+1
* ucm: add possibility to keep order of childs for If blocksJaroslav Kysela2019-11-142-10/+70
* conf: implement snd_config_add_before() and snd_config_add_after()Jaroslav Kysela2019-11-143-1/+100
* ucm: change the If block parsingJaroslav Kysela2019-11-142-92/+70
* topology: remove configuration files (moved to alsa-topology-conf repository)Jaroslav Kysela2019-11-149-6718/+0
* create separated libatopology library with the topology routinesJaroslav Kysela2019-11-147-24/+102
* ucm: remove configuration files (moved to alsa-ucm-conf repository)Jaroslav Kysela2019-11-14227-6445/+0
* ucm: docs: Add MinBufferLevel valueCurtis Malainey2019-11-141-0/+4
* ucm: docs: Add EDID File valueCurtis Malainey2019-11-141-0/+2
* use-case header file: add more references to correct ASCII ID parsers for CTL...Jaroslav Kysela2019-11-141-0/+6
* ucm: add snd_use_case_parse_selem_id()Jaroslav Kysela2019-11-142-4/+41
* mixer: simple - add snd_mixer_selem_id_parse() from amixerJaroslav Kysela2019-11-142-0/+54
* ucm: add If.Condition.RegexMatchJaroslav Kysela2019-11-141-0/+46
* ucm: add ${CardComponents} substitution to the value string processingJaroslav Kysela2019-11-141-0/+11
* ucm: evaluate nested If blocks also in True/False blocksJaroslav Kysela2019-11-141-0/+10
* ucm: add If.Condition.String to match strings and substringsJaroslav Kysela2019-11-141-2/+86
* ucm: add snd_use_case_parse_ctl_elem_id()Jaroslav Kysela2019-11-142-0/+34
* ucm: add PlaybackCTL and CaptureCTL default values when they are not setJaroslav Kysela2019-11-143-28/+76
* ucm: small cosmetic uc_error change in execute_sequence()Jaroslav Kysela2019-11-141-2/+3
* ucm: add If condition blockJaroslav Kysela2019-11-148-162/+536
* ucm: do not cache all control devices in get_card_long_name()Jaroslav Kysela2019-11-141-1/+8
* ucm: parser - use less memory for integer/real values in parse_value()Jaroslav Kysela2019-11-101-13/+10
* ucm: save the whole ctl info to the ctl_list structureJaroslav Kysela2019-11-104-37/+47
* ucm: add the run-time variable substitutionJaroslav Kysela2019-11-103-22/+179
* ucm: fix memory leaks for cdev, bin-file and tlv elementsJaroslav Kysela2019-11-101-0/+7
* ucm: do not report failure when long name configuration does not existJaroslav Kysela2019-11-101-5/+10
* ucm: add support for multiple control devices, more aggresive cachingJaroslav Kysela2019-11-104-50/+212
* ucm: extend snd_use_case_mgr_open() to address the sound card directlyJaroslav Kysela2019-11-102-48/+99
* ucm: switch to ucm2 directory and v2 format, keep backward compatibilityJaroslav Kysela2019-11-103-37/+134
* conf: improve the include paths codeJaroslav Kysela2019-11-103-57/+46
* ucm: parse_verb_file() - remove folder_name variable and extra logicJaroslav Kysela2019-11-021-8/+2
* ucm: fix uc_mgr_scan_master_configs() - skip correctly component directoriesJaroslav Kysela2019-11-021-10/+11
* pcm: the maximal rate is 768000Hz, fix the remain codeJaroslav Kysela2019-10-253-4/+4
* ucm: cosmetic fix in get_card_long_name()Jaroslav Kysela2019-10-251-2/+2
* pcm: fix the period_size for direct plugins (dmix, dsnoop, dshare)Jaroslav Kysela2019-10-143-6/+6
* pcm: Fix the wrong PCM object passed for locking/unlockingTakashi Iwai2019-09-241-57/+57
* pcm: chmap: Fix memory leak at snd_pcm_set_chmap()Takashi Iwai2019-09-241-2/+7
* topology: Fix variable overflow in split_formatMarcin Pietraszko2019-08-271-1/+1
* topology: add support to parse private data for pcmKeyon Jie2019-08-062-0/+11