summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.1.2v1.2.1.2Jaroslav Kysela2019-11-291-1/+1
* ucm: add support for ControlEnum in ControlExists conditionJaroslav Kysela2019-11-291-3/+34
* ucm: conditions - fix the wrong string/substring matchJaroslav Kysela2019-11-281-2/+2
* use-case: add priority values from pulseaudioJaroslav Kysela2019-11-281-0/+4
* control: ctlparse - accept enum values in '' or ""Jaroslav Kysela2019-11-281-2/+8
* use-case: improve comment for mixer elementsJaroslav Kysela2019-11-281-1/+1
* ucm: rename mixer element identifiersJaroslav Kysela2019-11-271-8/+18
* alsa.m4: Fix the detection of topology library availabilityTakashi Iwai2019-11-271-0/+1
* ucm: fix the cdev initialization sequenceJaroslav Kysela2019-11-261-43/+42
* ucm: remove the new-line for uc_error() callsJaroslav Kysela2019-11-252-3/+3
* include/sound/Makefile.am: remove asoundef.hJaroslav Kysela2019-11-251-1/+1
* local.h: remove sound/asoundef.h dependencyJaroslav Kysela2019-11-252-311/+1
* asoundef.h: add CEA861_AUDIO_INFOFRAME definesJaroslav Kysela2019-11-251-2/+36
* include/sound: sync with the kernel v5.4Jaroslav Kysela2019-11-2511-174/+367
* ucm: use-case.h - add <alsa/asoundlib.h> includeJaroslav Kysela2019-11-231-0/+2
* pcm_file: fix pipe stall when pclose() is called too earlyJaroslav Kysela2019-11-221-9/+7
* ucm: add ${CardDriver} substitutionJaroslav Kysela2019-11-211-0/+11
* ucm: implement ${sys:sysfs/path} substitutionJaroslav Kysela2019-11-201-0/+53
* 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