summaryrefslogtreecommitdiff
path: root/src/topology
Commit message (Expand)AuthorAgeFilesLines
* topology: Parse ignore_suspend property for dapm widgetAmadeusz Sławiński2023-01-291-0/+14
* topology: Add decompilation support for ignore_suspendAmadeusz Sławiński2023-01-291-2/+4
* topology: Parse ignore_suspend flagCezary Rojewski2023-01-291-0/+27
* topology: ctl - remove the wrong (debug) codeJaroslav Kysela2022-11-291-6/+1
* test: latency - use snd_pcm_format_physical_width()Jaroslav Kysela2022-11-141-1/+6
* src/topology/parser.c: drop duplicate safe_strtol_baseFabrice Fontaine2022-01-011-19/+0
* topology: do not call strtol directlyJaroslav Kysela2021-11-023-19/+40
* topology/pcm.c: remove duplicated AC97 hw formatChao Song2021-05-261-4/+0
* topology: fix 'parse_tuple_set() - remove dead condition code'Jaroslav Kysela2021-01-201-5/+5
* topology: sort_config() cleanups - use goto for the error pathJaroslav Kysela2021-01-071-8/+7
* topology: parse_tuple_set() - remove dead condition codeJaroslav Kysela2021-01-071-1/+1
* topology: tplg_decode_pcm() - add missing log argument (compress)Jaroslav Kysela2021-01-071-1/+1
* topology: tplg_add_widget_object() - do not use invalid elem_ctlJaroslav Kysela2021-01-071-0/+1
* topology: tplg_pprint_integer() fix coverity uninitalized variable errorJaroslav Kysela2021-01-071-0/+2
* topology: use inclusive language for fsyncPierre-Louis Bossart2020-11-171-11/+26
* topology: use inclusive language for bclkPierre-Louis Bossart2020-11-171-10/+26
* topology: straight printf and error path fixesJaroslav Kysela2020-10-193-13/+15
* topology: save_config - fix the error path handlingJaroslav Kysela2020-10-191-2/+2
* tplg: fix the unaligned_get32/put32 helpers for big endianJaroslav Kysela2020-10-151-1/+8
* topology: improve the printf buffer managementJaroslav Kysela2020-08-319-97/+130
* topology: fix the unaligned accessJaroslav Kysela2020-08-313-16/+29
* topology: fix sort_config()Jaroslav Kysela2020-08-311-8/+6
* topology: fix some gcc10 warnings (labs, signess)Jaroslav Kysela2020-08-312-2/+2
* topology: return correct value in tplg_save_printf()Jaroslav Kysela2020-08-311-1/+1
* topology: Make buffer for saving dynamic sizePiotr Maziarz2020-08-311-5/+29
* topology: decode: Add DAI name printingPiotr Maziarz2020-08-311-1/+3
* topology: decode: Print sig_bits field in PCM capabilities sectionPiotr Maziarz2020-08-311-0/+3
* topology: decode: Fix decoding PCM formats and ratesPiotr Maziarz2020-08-311-2/+2
* topology: decode: Change declaration of enum decoding functionPiotr Maziarz2020-08-313-17/+7
* topology: decode: Fix printing texts sectionPiotr Maziarz2020-08-311-1/+1
* topology: decode: Add enum control texts as separate elementPiotr Maziarz2020-08-311-3/+11
* topology: decode: Remove decoding values for enum controlPiotr Maziarz2020-08-311-4/+1
* topology: decode: Fix infinite loop in decoding enum controlPiotr Maziarz2020-08-311-1/+1
* topology: decode: Fix channel map memory allocationPiotr Maziarz2020-08-311-6/+7
* topology: Add missing ATTRIBUTE_UNUSEDTakashi Iwai2020-05-111-8/+10
* topology: use snd_config_is_array() functionJaroslav Kysela2020-05-081-39/+11
* topology: Use bool parser to parse boolean valueAmadeusz Sławiński2020-04-301-1/+2
* topology: add back asrc to widget_map in dapm.cJaroslav Kysela2020-03-131-0/+1
* topology: Drop SNDRV_CTL_ELEM_ACCESS_TIMESTAMP accessTakashi Iwai2020-02-101-1/+0
* topology: remove MAX_FILE definition and use correct PATH_MAXJaroslav Kysela2020-01-152-2/+1
* topology: cosmetic changes (functions)Jaroslav Kysela2020-01-035-21/+24
* topology: tplg_dbg() cleanupsJaroslav Kysela2020-01-037-85/+91
* topology: unify the log mechanismJaroslav Kysela2020-01-039-116/+138
* topology: move the elem->list delete to tplg_elem_free()Jaroslav Kysela2020-01-031-1/+2
* topology: implement snd_tplg_decodeJaroslav Kysela2020-01-0310-138/+1714
* topology: fix the wrong memory access (object realloc)Jaroslav Kysela2020-01-031-2/+3
* topology: fix the ops parser (accept integer/hexa values)Jaroslav Kysela2020-01-031-11/+25
* topology: fix the TPLG_DEBUG compilationJaroslav Kysela2020-01-033-3/+6
* topology: implement shorter hexa uuid 00:00 parserJaroslav Kysela2020-01-031-6/+31
* topology: fix the unitialized tuplesJaroslav Kysela2020-01-031-0/+1