summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.2v1.2.2Jaroslav Kysela2020-02-191-1/+1
* github build.yml: cosmetic changesJaroslav Kysela2020-02-181-3/+3
* alsa.m4: another fix to not link all binaries with -latopologyJaroslav Kysela2020-02-181-0/+2
* README.md: add build status badgeJaroslav Kysela2020-02-181-0/+2
* github: create test workflow for fedora and ubuntuJaroslav Kysela2020-02-181-0/+97
* do not set close-on-exec flag on descriptor if it was already setRolf Eike Beer2020-02-111-0/+2
* ucm: parser - add error message to verb_dev_list_add()Jaroslav Kysela2020-02-111-0/+1
* uapi: Sync with 5.6 kernel ABITakashi Iwai2020-02-107-131/+235
* topology: Drop SNDRV_CTL_ELEM_ACCESS_TIMESTAMP accessTakashi Iwai2020-02-101-1/+0
* control: Remove access to the deprecated dimen fieldsTakashi Iwai2020-02-101-4/+20
* ucm: fill missing device entries (conflicting / supported)Jaroslav Kysela2020-02-073-1/+75
* ucm: implement RenameDevice and RemoveDevice verb managementJaroslav Kysela2020-02-073-13/+254
* ucm: the ucm2/ subdirectory is driver name basedJaroslav Kysela2020-02-031-5/+7
* ucm: parser - use correct filename in parser_master_file()Jaroslav Kysela2020-02-031-3/+3
* configure.ac: remove an unnecessary libtool fixTanu Kaskinen2020-01-241-11/+0
* ucm: parser - cosmetic fixes in the commentsJaroslav Kysela2020-01-171-32/+31
* topology: remove MAX_FILE definition and use correct PATH_MAXJaroslav Kysela2020-01-152-2/+1
* ucm: remove MAX_FILE definition and use correct PATH_MAXJaroslav Kysela2020-01-152-4/+3
* ucm: split conf_file_name and conf_dir_nameJaroslav Kysela2020-01-155-17/+37
* ucm: fix the configuration directory (longname) for ucm2Jaroslav Kysela2020-01-151-1/+3
* Quote strings containing [ or ] when saving an alsa configBertware2020-01-131-0/+2
* mixer: Fix memory leak for more than 16 file descriptor caseDavid Fries2020-01-071-1/+1
* topology: cosmetic changes (functions)Jaroslav Kysela2020-01-035-21/+24
* topology: tplg_dbg() cleanupsJaroslav Kysela2020-01-037-85/+91
* topology: unify the log mechanismJaroslav Kysela2020-01-039-116/+138
* topology: move the elem->list delete to tplg_elem_free()Jaroslav Kysela2020-01-031-1/+2
* topology: implement snd_tplg_decodeJaroslav Kysela2020-01-0311-139/+1727
* topology: fix the wrong memory access (object realloc)Jaroslav Kysela2020-01-031-2/+3
* topology: fix the ops parser (accept integer/hexa values)Jaroslav Kysela2020-01-031-11/+25
* topology: fix the TPLG_DEBUG compilationJaroslav Kysela2020-01-033-3/+6
* topology: implement shorter hexa uuid 00:00 parserJaroslav Kysela2020-01-031-6/+31
* topology: fix the unitialized tuplesJaroslav Kysela2020-01-031-0/+1
* topology: dapm - fix the SNDERR() - UndefinedJaroslav Kysela2020-01-031-2/+2
* topology: cleanup the SNDERR() callsJaroslav Kysela2020-01-038-112/+99
* topology: add snd_tplg_version() functionJaroslav Kysela2020-01-032-0/+11
* topology: add snd_tplg_create() with flagsJaroslav Kysela2020-01-034-2/+24
* topology: add snd_tplg_save()Jaroslav Kysela2020-01-0314-257/+2162
* topology: add parser to the tplg_tableJaroslav Kysela2020-01-033-81/+47
* topology: move the topology element table from builder to elemJaroslav Kysela2020-01-034-153/+199
* topology: add snd_tplg_load() remove snd_tplg_build_bin_file()Jaroslav Kysela2020-01-032-71/+41
* topology: parser - recode tplg_parse_config()Jaroslav Kysela2020-01-032-184/+108
* topology: add binary output from the builderJaroslav Kysela2020-01-032-14/+87
* topology: convert builder to use the mallocated memoryJaroslav Kysela2020-01-033-64/+103
* topology: add tplg_get_unsigned() functionJaroslav Kysela2020-01-034-25/+55
* topology: fix tplg_get_integer() - handle errno == ERANGEJaroslav Kysela2020-01-031-1/+6
* topology: use snd_config_get_bool() instead own implementationJaroslav Kysela2020-01-034-28/+34
* topology: avoid to use the atoi() directly when expectedJaroslav Kysela2020-01-039-133/+150
* Update the attributes.m4 macro file from xineDavid Ward2020-01-031-13/+20
* uapi: Move typedefs from uapi to sound/*Takashi Iwai2019-12-207-27/+31
* type_compat: Add missing __s64 and __u64 definitions for non-LinuxTakashi Iwai2019-12-201-0/+2