summaryrefslogtreecommitdiff
path: root/src/topology/builder.c
Commit message (Expand)AuthorAgeFilesLines
* topology: fix some gcc10 warnings (labs, signess)Jaroslav Kysela2020-08-311-1/+1
* topology: cosmetic changes (functions)Jaroslav Kysela2020-01-031-1/+2
* topology: unify the log mechanismJaroslav Kysela2020-01-031-30/+24
* topology: cleanup the SNDERR() callsJaroslav Kysela2020-01-031-8/+8
* topology: move the topology element table from builder to elemJaroslav Kysela2020-01-031-79/+19
* topology: convert builder to use the mallocated memoryJaroslav Kysela2020-01-031-18/+70
* topology: make vebose output more niceJaroslav Kysela2019-12-131-8/+10
* topology: merge write_block to tplg_write_dataJaroslav Kysela2019-12-131-62/+33
* topology: use size_t for calc_block_size()Jaroslav Kysela2019-12-131-5/+5
* topology: use an array describing blocks for the main build loopJaroslav Kysela2019-12-131-79/+67
* topology: file position and size cleanupsJaroslav Kysela2019-12-131-63/+58
* topology: Fix to skip writing of header for compound elementsGuruprasadX Pawse2018-01-021-0/+4
* topology: improve verbose output for block output.Liam Girdwood2017-06-301-5/+8
* topology: Group elements with the same index value into a blockFuwei Tang2017-04-211-43/+51
* topology: Fix incorrect license in source comments.Liam Girdwood2017-01-241-8/+9
* topology: Export physical DAIs to the binary for kernelGuneshwor Singh2016-11-221-0/+11
* topology: Remove unused function write_data_block()Mengdong Lin2015-11-181-24/+0
* topology: Add C API support for BE and CC Links.Vedang Patel2015-11-051-2/+2
* topology: Add API to set a vendor specific version numberMengdong Lin2015-09-231-3/+3
* topology: builder: Fix possibly uninitialized variable in write_elem_block()Takashi Iwai2015-09-081-5/+4
* topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_Liam Girdwood2015-08-111-19/+19
* topology: Add support for writing manifest private data.Mengdong Lin2015-08-051-5/+32
* topology: Add binary file builder.Liam Girdwood2015-07-301-0/+327