OSDN Git Service

ucm: bytcr/PlatformEnableSeq.conf update some comments
[android-x86/external-alsa-lib.git] / src / topology /
2018-04-20 Kirill MarinushkinASoC: topology: Add alias conf parameter names for...
2018-04-20 Kirill MarinushkinASoC: topology: Add definitions for mclk_direction...
2018-04-20 Kirill MarinushkinASoC: topology: Add missing clock gating parameter...
2018-04-20 Kirill MarinushkinASoC: topology: Fix bclk and fsync inversion in set_lin...
2018-03-27 Jaroslav Kyselaa set of fixes to reduce gcc warnings
2018-03-21 Kirill Marinushkintopology: Fix parsing config with multiple hw_configs
2018-01-02 GuruprasadX Pawsetopology: Fix to skip writing of header for compound...
2017-11-01 Liam Girdwoodalsa-lib: topology: fix DSP_B mode string
2017-10-22 Jaroslav Kyselatopology: fix coverity issues
2017-09-12 Liam Girdwoodtopology: fix usage of SND_TPLG_INDEX_ALL when checking...
2017-08-22 Liam Girdwoodtopology: Fix private data for BEs
2017-06-30 Liam Girdwoodtopology: improve verbose output for block output.
2017-06-30 Liam Girdwoodtopology: Add support for new widget types
2017-06-20 Guneshwor Singhtopology: Add parsing for rates from conf
2017-06-14 Liam Girdwoodtopology: disable alsa-lib topology debug output by...
2017-06-14 Liam Girdwoodtopology: Add support for missing fields parser.
2017-05-05 Fuwei Tangtopology: Fix issue in parsing routes when generating...
2017-05-03 Takashi Iwaiconf: Allow dynamic top-level config directory
2017-04-27 Mengdong Lintopology: Allow a data section to contain multiple...
2017-04-21 Fuwei Tangtopology: Group elements with the same index value...
2017-04-21 Fuwei Tangtopology: Look up references for an object based on...
2017-04-21 Fuwei Tangtopology: Remove code parsing index value in paring...
2017-04-21 Fuwei Tangtopology: Insert new element based on its index value
2017-02-27 Jaroslav Kyselatopology: coverity - remove dead code
2017-02-27 Jaroslav Kyselaalways handle return value from snd_config_get_id(...
2017-01-24 Liam Girdwoodtopology: Fix incorrect license in source comments.
2017-01-02 Takashi Sakamototopology: fix unused-const-variable warning
2016-12-12 Takashi Sakamototopology: fix unused-variable warnings introduced to...
2016-11-24 Mengdong Lintopology: Store number of strings of a text section
2016-11-24 Mengdong Lintopology: Merge private data before embedded controls...
2016-11-22 Mengdong Lintopology: Revise document and comments for ABI v5
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 name and stream name of physical DAI...
2016-11-08 Mengdong Lintopology: Parse and build private data of physical...
2016-11-08 Mengdong Lintopology: Parse link flags of physical DAI links
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: Rename varaibles for add physical links by...
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-08 Mengdong Lintopology: Use snd_config_get_bool to simplify boolean...
2016-11-05 Mengdong Lintopology: tplg_elem_lookup() checks parameter before...
2016-11-05 Mengdong Lintopology: Parse and build private data for PCM
2016-11-05 Mengdong Lintopology: Define a function to build a single PCM element
2016-11-05 Mengdong Lintopology: Parse flags for PCM
2016-11-05 Mengdong Lintopology: Parse sig_bits of stream caps
2016-10-25 Mengdong Lintopology: Fix missing stream name of widgets in text...
2016-07-25 Mengdong Lintopology: Fix the missing referenced elem ptr when...
2016-07-25 Mengdong Lintopology: Fix inaccurate message on failure to find...
2016-07-20 Mengdong Lintopology: Check address and length before string copy
2016-07-20 Mengdong Lintopology: Add ATTRIBUTE_UNUSED for unused parameters...
2016-07-20 Mengdong Lintopology: Remove support for control flag SNDRV_CTL_ELE...
2016-07-17 Mengdong Lintopology: Tuple type can have an extenstion
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-07-11 Takashi Sakamototopology: initialize variable for error output
2016-07-11 Takashi Sakamototopology: apply the same type to compared two variables
2016-07-11 Takashi Sakamototopology: remove unused variable in get_tokens()
2016-07-11 Takashi Sakamototopology: remove unused variable in tplg_parse_fe_dai()
2016-05-09 Mengdong Lintopology: Parse front-end DAI name and ID for the PCM
2016-05-09 Mengdong Lintopology: Fix pcm ID & name parsing
2016-05-09 Mengdong Lintopology: Use generic pointer to realloc buffer for...
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
2016-04-07 Mengdong Lintopology: Define a free handler for the element
2016-04-07 Mengdong Lintopology: Use the generic pointer to free an element...
2016-03-14 Liam Girdwoodtopology: Add support for widget byte controls
2016-03-14 Liam Girdwoodtopology: add support for CTL access flags to config...
2016-03-14 Liam Girdwoodtopology: add support for pasring external ops in conf...
2016-03-14 Liam Girdwoodtopology: Add ops to bytes control.
2016-03-04 Thomas Klausnertopology: Remove unnecessary includes
2016-02-01 Liam Girdwoodtopology: fix debug output to print correct "max" value.
2015-11-19 Mengdong Lintopology: Quit and show error message on big-endian...
2015-11-19 Mengdong Lintopology: Not compare a for loop iterator with ABI...
2015-11-18 Mengdong Lintopology: Fix comparison of unsigned expression < 0
2015-11-18 Mengdong Lintopology: Remove unused variables
2015-11-18 Mengdong Lintopology: Remove unused function write_data_block()
2015-11-18 Vinod Koultopology: open topology files with O_TRUNC
2015-11-09 Takashi Iwaitopology: Add missing include sys/stat.h
2015-11-09 Takashi Iwaitopology: Add missing prototypes for new functions
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 Mengdong Lintopology: ABI - Change stream formats to a bitwise...
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: pcm: Remove unused variables
2015-09-08 Takashi Iwaitopology: parser: Add missing return value to snd_tplg_...
2015-09-08 Takashi Iwaitopology: data: Fix wrong size check in tplg_parse_data...
2015-09-08 Takashi Iwaitopology: ctl: Fix access type checks
2015-09-08 Takashi Iwaitopology: builder: Fix possibly uninitialized variable...
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...
next