OSDN Git Service

conf: usb - correct 'SB Omni Surround 5.1' iec958 device
[android-x86/external-alsa-lib.git] / src / topology /
2021-01-20 Jaroslav Kyselatopology: fix 'parse_tuple_set() - remove dead conditio...
2021-01-07 Jaroslav Kyselatopology: sort_config() cleanups - use goto for the...
2021-01-07 Jaroslav Kyselatopology: parse_tuple_set() - remove dead condition...
2021-01-07 Jaroslav Kyselatopology: tplg_decode_pcm() - add missing log argument...
2021-01-07 Jaroslav Kyselatopology: tplg_add_widget_object() - do not use invalid...
2021-01-07 Jaroslav Kyselatopology: tplg_pprint_integer() fix coverity uninitaliz...
2020-11-17 Pierre-Louis Bossarttopology: use inclusive language for fsync
2020-11-17 Pierre-Louis Bossarttopology: use inclusive language for bclk
2020-10-19 Jaroslav Kyselatopology: straight printf and error path fixes
2020-10-19 Jaroslav Kyselatopology: save_config - fix the error path handling
2020-10-15 Jaroslav Kyselatplg: fix the unaligned_get32/put32 helpers for big...
2020-08-31 Jaroslav Kyselatopology: improve the printf buffer management
2020-08-31 Jaroslav Kyselatopology: fix the unaligned access
2020-08-31 Jaroslav Kyselatopology: fix sort_config()
2020-08-31 Jaroslav Kyselatopology: fix some gcc10 warnings (labs, signess)
2020-08-31 Jaroslav Kyselatopology: return correct value in tplg_save_printf()
2020-08-31 Piotr Maziarztopology: Make buffer for saving dynamic size
2020-08-31 Piotr Maziarztopology: decode: Add DAI name printing
2020-08-31 Piotr Maziarztopology: decode: Print sig_bits field in PCM capabilit...
2020-08-31 Piotr Maziarztopology: decode: Fix decoding PCM formats and rates
2020-08-31 Piotr Maziarztopology: decode: Change declaration of enum decoding...
2020-08-31 Piotr Maziarztopology: decode: Fix printing texts section
2020-08-31 Piotr Maziarztopology: decode: Add enum control texts as separate...
2020-08-31 Piotr Maziarztopology: decode: Remove decoding values for enum control
2020-08-31 Piotr Maziarztopology: decode: Fix infinite loop in decoding enum...
2020-08-31 Piotr Maziarztopology: decode: Fix channel map memory allocation
2020-05-11 Takashi Iwaitopology: Add missing ATTRIBUTE_UNUSED
2020-05-08 Jaroslav Kyselatopology: use snd_config_is_array() function
2020-04-30 Amadeusz Sławińskitopology: Use bool parser to parse boolean value
2020-03-13 Jaroslav Kyselatopology: add back asrc to widget_map in dapm.c
2020-02-10 Takashi Iwaitopology: Drop SNDRV_CTL_ELEM_ACCESS_TIMESTAMP access
2020-01-15 Jaroslav Kyselatopology: remove MAX_FILE definition and use correct...
2020-01-03 Jaroslav Kyselatopology: cosmetic changes (functions)
2020-01-03 Jaroslav Kyselatopology: tplg_dbg() cleanups
2020-01-03 Jaroslav Kyselatopology: unify the log mechanism
2020-01-03 Jaroslav Kyselatopology: move the elem->list delete to tplg_elem_free()
2020-01-03 Jaroslav Kyselatopology: implement snd_tplg_decode
2020-01-03 Jaroslav Kyselatopology: fix the wrong memory access (object realloc)
2020-01-03 Jaroslav Kyselatopology: fix the ops parser (accept integer/hexa values)
2020-01-03 Jaroslav Kyselatopology: fix the TPLG_DEBUG compilation
2020-01-03 Jaroslav Kyselatopology: implement shorter hexa uuid 00:00 parser
2020-01-03 Jaroslav Kyselatopology: fix the unitialized tuples
2020-01-03 Jaroslav Kyselatopology: dapm - fix the SNDERR() - Undefined
2020-01-03 Jaroslav Kyselatopology: cleanup the SNDERR() calls
2020-01-03 Jaroslav Kyselatopology: add snd_tplg_version() function
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: add snd_tplg_load() remove snd_tplg_build_bin...
2020-01-03 Jaroslav Kyselatopology: parser - recode tplg_parse_config()
2020-01-03 Jaroslav Kyselatopology: add binary output from the builder
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: fix tplg_get_integer() - handle errno ==...
2020-01-03 Jaroslav Kyselatopology: use snd_config_get_bool() instead own impleme...
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: more coding fixes
2019-12-13 Jaroslav Kyselatopology: dapm - merge identical index blocks like...
2019-12-13 Jaroslav Kyselatopology: dapm - coding fixes
2019-12-13 Jaroslav Kyselatopology: use list_insert() macro in tplg_elem_insert()
2019-12-13 Jaroslav Kyselatopology: make vebose output more nice
2019-12-13 Jaroslav Kyselatopology: merge write_block to tplg_write_data
2019-12-13 Jaroslav Kyselatopology: use size_t for calc_block_size()
2019-12-13 Jaroslav Kyselatopology: use an array describing blocks for the main...
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-11-14 Jaroslav Kyselacreate separated libatopology library with the topology...
2019-08-27 Marcin Pietraszkotopology: Fix variable overflow in split_format
2019-08-06 Keyon Jietopology: add support to parse private data for pcm
2019-05-27 Jaroslav Kyselatopology: next round of coverity fixes
2019-05-24 Jaroslav Kyselatopology: various coverity fixes
2019-04-09 Quipyowert2Close topology config file after parsing it.
2019-03-25 Jaroslav Kyselaadd snd_strlcpy() and use it everywhere
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
next