summaryrefslogtreecommitdiff
path: root/topology
Commit message (Expand)AuthorAgeFilesLines
* topology: plugins: nhlt: fix ssp dai indexJaska Uimonen2022-11-044-100/+106
* topology: plugins: nhlt: add dmic dai indexJaska Uimonen2022-11-042-4/+3
* topology: plugins: fix off by 1 mem allocation errorYong Zhi2022-11-041-1/+1
* configure: use AC_DISABLE_STATIC (for topology modules)Jaroslav Kysela2022-06-021-1/+0
* topology: nhlt plugin: second attempt to fix the .so linkingJaroslav Kysela2022-05-311-0/+1
* topology: nhlt plugin: fix the .so linkingJaroslav Kysela2022-05-311-2/+1
* topology: plugins: nhlt: fix intel dmic mode calculationJaska Uimonen2022-05-311-4/+4
* topology: add missing nhlt headers to Makefile.amJaroslav Kysela2022-05-031-0/+14
* topology: add missing pre-process-external.h to Makefile.amJaroslav Kysela2022-05-031-1/+1
* topology: do not pass pre_processor_defs to pre_process_plugins()Jaroslav Kysela2022-05-031-5/+4
* topology: plugins - add Intel nhlt encoder pluginJaska Uimonen2022-05-0323-1/+5338
* topology: add simple topology plugin mechanismJaska Uimonen2022-05-033-0/+162
* topology: pre-processor: fix seg fault when there no command line definesRanjani Sridharan2022-01-281-11/+14
* topology: use a copy of the command line definesJaroslav Kysela2022-01-281-11/+17
* topology: don't fail when Define section is missing in the included fileJaroslav Kysela2022-01-281-1/+1
* topology: create Define subtree for command line defines onlyJaroslav Kysela2022-01-281-0/+7
* topology: the includes should be deleted not removedJaroslav Kysela2022-01-281-2/+2
* topology: use cached Define subtree in pre_process_includes()Jaroslav Kysela2022-01-281-6/+5
* topology: fix the define section merge from the included filesJaroslav Kysela2022-01-281-26/+37
* topology: fix the comment for improved -D optionJaroslav Kysela2022-01-281-0/+1
* topology: add support for multiple -D argumentsJaroslav Kysela2022-01-271-2/+22
* topology: pre-process-object: expand variables before validating attributesRanjani Sridharan2022-01-271-25/+100
* topology: rename function free_pre_preprocessor to free_pre_processorJaroslav Kysela2022-01-273-5/+5
* topology: optimization for pre_processor_defs parsingJaroslav Kysela2022-01-272-39/+66
* topology: merge the pre-processor call to one functionJaroslav Kysela2022-01-271-22/+29
* topology: fix the command line define merge for new includesJaroslav Kysela2022-01-272-13/+21
* topology: don't allow to mix verbose level and output to stdoutJaroslav Kysela2022-01-271-0/+6
* topology: pre-processor: Move the call to expand variablesRanjani Sridharan2021-12-195-177/+114
* topology: fix the file permissions for the generated filesJaroslav Kysela2021-12-121-1/+1
* topology: define -I option only for alsa-lib 1.2.6+Jaroslav Kysela2021-12-081-2/+6
* topology: Add option to pass include path for conditional includesRanjani Sridharan2021-12-081-7/+17
* topology: fix the include path parsingJaroslav Kysela2021-12-071-2/+6
* topology: fix compilation for older alsa-libJaroslav Kysela2021-12-062-2/+18
* topology: change include pathJaroslav Kysela2021-12-063-25/+42
* topology: pre-processor: Add support for conditional includesRanjani Sridharan2021-12-061-0/+210
* topology: Add option to pass pre-processor definitionsRanjani Sridharan2021-12-063-10/+118
* alsatplg: use standard include/asoundlib.h instead direct headersJaroslav Kysela2021-09-035-19/+5
* topology:pre-process-object: merge object config with parent object configRanjani Sridharan2021-08-231-2/+77
* pre-process-object: set tlv name if config exists alreadyRanjani Sridharan2021-08-231-6/+10
* pre-process-dapm: add data section for kcontrolsRanjani Sridharan2021-08-233-2/+8
* topology: pre-processor: fix typo in pre_process_config()Ranjani Sridharan2021-08-231-1/+1
* topology: pre-process-object: dont create if section already existsRanjani Sridharan2021-08-231-7/+9
* pre-process-object: skip parent update if parent is NULLRanjani Sridharan2021-08-231-0/+5
* pre-process-dapm: fix source and sink for DAPM routesRanjani Sridharan2021-08-231-1/+1
* topology: pre-process-object: Add support for pre-process objects with no bui...Ranjani Sridharan2021-08-231-31/+99
* topology: pre-process-dapm: update automatic attributes for bufferChao Song2021-08-233-0/+113
* topology: pre-process-object: add support for updating automatic attributesChao Song2021-08-232-18/+39
* alsatplg: do not do NULL check for string arraysJaroslav Kysela2021-06-181-24/+21
* alsatplg: fix memory-leak in tplg_construct_object_name()Jaroslav Kysela2021-06-181-1/+1
* topology: fix few coverity detected defectsJaroslav Kysela2021-06-043-7/+13