summaryrefslogtreecommitdiff
path: root/src/topology
Commit message (Expand)AuthorAgeFilesLines
* topology: Fix the missing referenced elem ptr when merging private dataMengdong Lin2016-07-251-1/+5
* topology: Fix inaccurate message on failure to find a widgets's referenceMengdong Lin2016-07-251-1/+1
* topology: Check address and length before string copyMengdong Lin2016-07-201-0/+3
* topology: Add ATTRIBUTE_UNUSED for unused parameters to fix compiler warningMengdong Lin2016-07-201-4/+4
* topology: Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USERMengdong Lin2016-07-201-1/+0
* topology: Tuple type can have an extenstionMengdong Lin2016-07-171-6/+6
* topology: Parse vendor private data for manifestMengdong Lin2016-07-174-2/+139
* topology: Change uuid value to 16 separate characters in text conf fileMengdong Lin2016-07-172-13/+49
* topology: Merge lookup for data reference into tplg_copy_data()Mengdong Lin2016-07-174-31/+34
* topology: An element can refer to multipe data sections in text conf fileMengdong Lin2016-07-174-46/+103
* topology: initialize variable for error outputTakashi Sakamoto2016-07-111-0/+1
* topology: apply the same type to compared two variablesTakashi Sakamoto2016-07-111-3/+4
* topology: remove unused variable in get_tokens()Takashi Sakamoto2016-07-111-2/+0
* topology: remove unused variable in tplg_parse_fe_dai()Takashi Sakamoto2016-07-111-1/+0
* topology: Parse front-end DAI name and ID for the PCMMengdong Lin2016-05-091-0/+53
* topology: Fix pcm ID & name parsingMengdong Lin2016-05-091-3/+3
* topology: Use generic pointer to realloc buffer for private dataMengdong Lin2016-05-091-17/+9
* topology: Refactor functions to parse and build streamsMengdong Lin2016-05-093-28/+36
* topology: Set manifest size for ABIMengdong Lin2016-05-091-0/+2
* topology: Build data objects with tuplesMengdong Lin2016-04-073-0/+218
* topology: Add support for parsing vendor tuplesMengdong Lin2016-04-074-1/+282
* topology: Add support for vendor tokensMengdong Lin2016-04-074-0/+78
* topology: Define a free handler for the elementMengdong Lin2016-04-072-1/+7
* topology: Use the generic pointer to free an element's objectMengdong Lin2016-04-071-2/+2
* topology: Add support for widget byte controlsLiam Girdwood2016-03-141-0/+30
* topology: add support for CTL access flags to config fileLiam Girdwood2016-03-141-4/+132
* topology: add support for pasring external ops in conf filesLiam Girdwood2016-03-143-0/+48
* topology: Add ops to bytes control.Liam Girdwood2016-03-141-0/+8
* topology: Remove unnecessary includesThomas Klausner2016-03-041-2/+0
* topology: fix debug output to print correct "max" value.Liam Girdwood2016-02-011-1/+1
* topology: Quit and show error message on big-endian machinesMengdong Lin2015-11-192-0/+17
* topology: Not compare a for loop iterator with ABI __le32 variablesMengdong Lin2015-11-192-13/+13
* topology: Fix comparison of unsigned expression < 0Mengdong Lin2015-11-181-2/+4
* topology: Remove unused variablesMengdong Lin2015-11-181-4/+1
* topology: Remove unused function write_data_block()Mengdong Lin2015-11-181-24/+0
* 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 missing prototypes for new functionsTakashi Iwai2015-11-091-0/+5
* topology: Add C API support for PCMMengdong Lin2015-11-052-0/+67
* topology: Add C API support for BE and CC Links.Vedang Patel2015-11-053-2/+51
* topology: ABI - Change stream formats to a bitwise flagMengdong Lin2015-11-051-1/+1
* topology: ABI - Separate PCM & BE/CC link support and bump ABI version to 4Vedang Patel2015-11-054-261/+91
* topology: Add API to set a vendor specific version numberMengdong Lin2015-09-232-3/+10
* topology: pcm: Remove unused variablesTakashi Iwai2015-09-081-2/+1
* topology: parser: Add missing return value to snd_tplg_set_manifest_data()Takashi Iwai2015-09-081-0/+1
* topology: data: Fix wrong size check in tplg_parse_data_hex()Takashi Iwai2015-09-081-2/+2
* topology: ctl: Fix access type checksTakashi Iwai2015-09-081-1/+1
* topology: builder: Fix possibly uninitialized variable in write_elem_block()Takashi Iwai2015-09-081-5/+4
* topology: A API calls to directly build topology data from templatesMengdong Lin2015-08-125-18/+547
* topology: Add C templates structure for building topology from C programsMengdong Lin2015-08-121-18/+0