OSDN Git Service

topology: improve the printf buffer management
[android-x86/external-alsa-lib.git] / src / topology / tplg_local.h
2020-08-31 Jaroslav Kyselatopology: improve the printf buffer management
2020-08-31 Jaroslav Kyselatopology: fix the unaligned access
2020-08-31 Piotr Maziarztopology: decode: Change declaration of enum decoding...
2020-01-15 Jaroslav Kyselatopology: remove MAX_FILE definition and use correct...
2020-01-03 Jaroslav Kyselatopology: unify the log mechanism
2020-01-03 Jaroslav Kyselatopology: implement snd_tplg_decode
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: move the topology element table from builder...
2020-01-03 Jaroslav Kyselatopology: parser - recode tplg_parse_config()
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: avoid to use the atoi() directly when expected
2019-12-20 Takashi IwaiFix alsa/sound/*.h for external programs
2019-12-13 Jaroslav Kyselatopology: dapm - merge identical index blocks like...
2019-12-13 Jaroslav Kyselatopology: file position and size cleanups
2019-12-13 Jaroslav Kyselatopology: remove vendor_fd/name from snd_tplg structure...
2019-11-25 Jaroslav Kyselainclude/sound: sync with the kernel v5.4
2019-03-25 Jaroslav Kyselaadd snd_strlcpy() and use it everywhere
2017-06-20 Guneshwor Singhtopology: Add parsing for rates from conf
2017-06-14 Liam Girdwoodtopology: disable alsa-lib topology debug output by...
2017-05-03 Takashi Iwaiconf: Allow dynamic top-level config directory
2017-04-21 Fuwei Tangtopology: Look up references for an object based on...
2016-11-24 Mengdong Lintopology: Store number of strings of a text section
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: Define new type and section name to configure...
2016-11-08 Mengdong Lintopology: Define a function to build a single physical...
2016-11-08 Mengdong Lintopology: Merge an element's be & cc pointer to one...
2016-11-05 Mengdong Lintopology: Define a function to build a single PCM element
2016-07-20 Mengdong Lintopology: Check address and length before string copy
2016-07-17 Mengdong Lintopology: Parse vendor private data for manifest
2016-07-17 Mengdong Lintopology: Change uuid value to 16 separate characters...
2016-07-17 Mengdong Lintopology: Merge lookup for data reference into tplg_cop...
2016-07-17 Mengdong Lintopology: An element can refer to multipe data sections...
2016-05-09 Mengdong Lintopology: Refactor functions to parse and build streams
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
2016-04-07 Mengdong Lintopology: Define a free handler for the element
2016-03-14 Liam Girdwoodtopology: add support for pasring external ops in conf...
2016-03-04 Thomas Klausnertopology: Remove unnecessary includes
2015-11-19 Mengdong Lintopology: Quit and show error message on big-endian...
2015-11-09 Takashi Iwaitopology: Add missing prototypes for new functions
2015-11-05 Vedang Pateltopology: ABI - Separate PCM & BE/CC link support and...
2015-08-12 Mengdong Lintopology: A API calls to directly build topology data...
2015-08-12 Mengdong Lintopology: Add C templates structure for building topolo...
2015-08-12 Liam Girdwoodcore: add convenience macros to local.h
2015-08-11 Liam Girdwoodtopology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_
2015-08-05 Mengdong Lintopology: Add support for writing manifest private...
2015-08-05 Jin Yaotopology: Add element ID so we can look up references...
2015-07-30 Liam Girdwoodtopology: Add topology core parser.