summaryrefslogtreecommitdiff
path: root/src/topology/parser.c
Commit message (Expand)AuthorAgeFilesLines
* src/topology/parser.c: drop duplicate safe_strtol_baseFabrice Fontaine2022-01-011-19/+0
* topology: do not call strtol directlyJaroslav Kysela2021-11-021-11/+29
* topology: fix the unaligned accessJaroslav Kysela2020-08-311-4/+2
* topology: cosmetic changes (functions)Jaroslav Kysela2020-01-031-2/+2
* topology: implement snd_tplg_decodeJaroslav Kysela2020-01-031-8/+12
* topology: cleanup the SNDERR() callsJaroslav Kysela2020-01-031-17/+16
* topology: add snd_tplg_version() functionJaroslav Kysela2020-01-031-0/+5
* topology: add snd_tplg_create() with flagsJaroslav Kysela2020-01-031-1/+9
* topology: add snd_tplg_save()Jaroslav Kysela2020-01-031-0/+4
* topology: add parser to the tplg_tableJaroslav Kysela2020-01-031-81/+9
* topology: add snd_tplg_load() remove snd_tplg_build_bin_file()Jaroslav Kysela2020-01-031-62/+34
* topology: parser - recode tplg_parse_config()Jaroslav Kysela2020-01-031-134/+91
* topology: add binary output from the builderJaroslav Kysela2020-01-031-13/+66
* topology: convert builder to use the mallocated memoryJaroslav Kysela2020-01-031-44/+30
* topology: add tplg_get_unsigned() functionJaroslav Kysela2020-01-031-0/+47
* topology: fix tplg_get_integer() - handle errno == ERANGEJaroslav Kysela2020-01-031-1/+6
* topology: avoid to use the atoi() directly when expectedJaroslav Kysela2020-01-031-0/+29
* topology: next round of coverity fixesJaroslav Kysela2019-05-271-2/+5
* topology: various coverity fixesJaroslav Kysela2019-05-241-2/+3
* 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/+4
* topology: Support configuring physical DAIs by C APIGuneshwor Singh2016-11-221-0/+2
* topology: Parse physical DAIs in text conf fileMengdong Lin2016-11-221-0/+10
* topology: Parse HW configurations of physical DAI links in text conf fileMengdong Lin2016-11-081-0/+10
* topology: Parse HW configurations of physical DAI links defined by C APIMengdong Lin2016-11-081-0/+1
* topology: Define new type and section name to configure physical linksMengdong Lin2016-11-081-2/+3
* topology: Define a function to build a single physical DAI linkMengdong Lin2016-11-081-2/+2
* topology: Define a function to build a single PCM elementMengdong Lin2016-11-051-1/+1
* topology: Parse vendor private data for manifestMengdong Lin2016-07-171-1/+27
* topology: Refactor functions to parse and build streamsMengdong Lin2016-05-091-1/+1
* topology: Set manifest size for ABIMengdong Lin2016-05-091-0/+2
* topology: Build data objects with tuplesMengdong Lin2016-04-071-0/+4
* topology: Add support for parsing vendor tuplesMengdong Lin2016-04-071-0/+10
* topology: Add support for vendor tokensMengdong Lin2016-04-071-0/+10
* topology: Quit and show error message on big-endian machinesMengdong Lin2015-11-191-0/+15
* topology: open topology files with O_TRUNCVinod Koul2015-11-181-2/+2
* topology: Add missing include sys/stat.hTakashi Iwai2015-11-091-0/+1
* topology: Add C API support for PCMMengdong Lin2015-11-051-0/+2
* topology: Add C API support for BE and CC Links.Vedang Patel2015-11-051-0/+3
* topology: ABI - Separate PCM & BE/CC link support and bump ABI version to 4Vedang Patel2015-11-051-11/+3
* topology: Add API to set a vendor specific version numberMengdong Lin2015-09-231-0/+7
* topology: parser: Add missing return value to snd_tplg_set_manifest_data()Takashi Iwai2015-09-081-0/+1
* topology: A API calls to directly build topology data from templatesMengdong Lin2015-08-121-4/+55
* topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_Liam Girdwood2015-08-111-3/+3
* topology: Add topology core parser.Liam Girdwood2015-07-301-0/+359