]> git.alsa-project.org Git - alsa-lib.git/history - src/topology/parser.c
conf: fix parse_array_def override code path
[alsa-lib.git] / src / topology / parser.c
2023-08-30 Jaroslav Kyselareshuffle included files to include config.h as first
2022-01-01 Fabrice Fontainesrc/topology/parser.c: drop duplicate safe_strtol_base
2021-11-02 Jaroslav Kyselatopology: do not call strtol directly
2020-08-31 Jaroslav Kyselatopology: fix the unaligned access
2020-01-03 Jaroslav Kyselatopology: cosmetic changes (functions)
2020-01-03 Jaroslav Kyselatopology: implement snd_tplg_decode
2020-01-03 Jaroslav Kyselatopology: cleanup the SNDERR() calls
2020-01-03 Jaroslav Kyselatopology: add snd_tplg_version() function
2020-01-03 Jaroslav Kyselatopology: add snd_tplg_create() with flags
2020-01-03 Jaroslav Kyselatopology: add snd_tplg_save()
2020-01-03 Jaroslav Kyselatopology: add parser to the tplg_table
2020-01-03 Jaroslav Kyselatopology: add snd_tplg_load() remove snd_tplg_build_bin...
2020-01-03 Jaroslav Kyselatopology: parser - recode tplg_parse_config()
2020-01-03 Jaroslav Kyselatopology: add binary output from the builder
2020-01-03 Jaroslav Kyselatopology: convert builder to use the mallocated memory
2020-01-03 Jaroslav Kyselatopology: add tplg_get_unsigned() function
2020-01-03 Jaroslav Kyselatopology: fix tplg_get_integer() - handle errno ==...
2020-01-03 Jaroslav Kyselatopology: avoid to use the atoi() directly when expected
2019-05-27 Jaroslav Kyselatopology: next round of coverity fixes
2019-05-24 Jaroslav Kyselatopology: various coverity fixes
2017-01-24 Liam Girdwoodtopology: Fix incorrect license in source comments.
2016-11-22 Guneshwor Singhtopology: Export physical DAIs to the binary for kernel
2016-11-22 Guneshwor Singhtopology: Support configuring physical DAIs by C API
2016-11-22 Mengdong Lintopology: Parse physical DAIs in text conf file
2016-11-08 Mengdong Lintopology: Parse HW configurations of physical DAI links...
2016-11-08 Mengdong Lintopology: Parse HW configurations of physical DAI links...
2016-11-08 Mengdong Lintopology: Define new type and section name to configure...
2016-11-08 Mengdong Lintopology: Define a function to build a single physical...
2016-11-05 Mengdong Lintopology: Define a function to build a single PCM element
2016-07-17 Mengdong Lintopology: Parse vendor private data for manifest
2016-05-09 Mengdong Lintopology: Refactor functions to parse and build streams
2016-05-09 Mengdong Lintopology: Set manifest size for ABI
2016-04-07 Mengdong Lintopology: Build data objects with tuples
2016-04-07 Mengdong Lintopology: Add support for parsing vendor tuples
2016-04-07 Mengdong Lintopology: Add support for vendor tokens
2015-11-19 Mengdong Lintopology: Quit and show error message on big-endian...
2015-11-18 Vinod Koultopology: open topology files with O_TRUNC
2015-11-09 Takashi Iwaitopology: Add missing include sys/stat.h
2015-11-05 Mengdong Lintopology: Add C API support for PCM
2015-11-05 Vedang Pateltopology: Add C API support for BE and CC Links.
2015-11-05 Vedang Pateltopology: ABI - Separate PCM & BE/CC link support and...
2015-09-23 Mengdong Lintopology: Add API to set a vendor specific version...
2015-09-08 Takashi Iwaitopology: parser: Add missing return value to snd_tplg_...
2015-08-12 Mengdong Lintopology: A API calls to directly build topology data...
2015-08-11 Liam Girdwoodtopology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_
2015-07-30 Liam Girdwoodtopology: Add topology core parser.