index
:
delta/alsa-lib.git
amixer
ascenario
baserock/morph
baserock/v1.0.28
baserock/v1.0.29
baserock/v1.1.2
baserock/v1.1.3
master
ucm
git.alsa-project.org: http/alsa-lib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
topology
Commit message (
Expand
)
Author
Age
Files
Lines
*
topology: Parse ignore_suspend property for dapm widget
Amadeusz Sławiński
2023-01-29
1
-0
/
+14
*
topology: Add decompilation support for ignore_suspend
Amadeusz Sławiński
2023-01-29
1
-2
/
+4
*
topology: Parse ignore_suspend flag
Cezary Rojewski
2023-01-29
1
-0
/
+27
*
topology: ctl - remove the wrong (debug) code
Jaroslav Kysela
2022-11-29
1
-6
/
+1
*
test: latency - use snd_pcm_format_physical_width()
Jaroslav Kysela
2022-11-14
1
-1
/
+6
*
src/topology/parser.c: drop duplicate safe_strtol_base
Fabrice Fontaine
2022-01-01
1
-19
/
+0
*
topology: do not call strtol directly
Jaroslav Kysela
2021-11-02
3
-19
/
+40
*
topology/pcm.c: remove duplicated AC97 hw format
Chao Song
2021-05-26
1
-4
/
+0
*
topology: fix 'parse_tuple_set() - remove dead condition code'
Jaroslav Kysela
2021-01-20
1
-5
/
+5
*
topology: sort_config() cleanups - use goto for the error path
Jaroslav Kysela
2021-01-07
1
-8
/
+7
*
topology: parse_tuple_set() - remove dead condition code
Jaroslav Kysela
2021-01-07
1
-1
/
+1
*
topology: tplg_decode_pcm() - add missing log argument (compress)
Jaroslav Kysela
2021-01-07
1
-1
/
+1
*
topology: tplg_add_widget_object() - do not use invalid elem_ctl
Jaroslav Kysela
2021-01-07
1
-0
/
+1
*
topology: tplg_pprint_integer() fix coverity uninitalized variable error
Jaroslav Kysela
2021-01-07
1
-0
/
+2
*
topology: use inclusive language for fsync
Pierre-Louis Bossart
2020-11-17
1
-11
/
+26
*
topology: use inclusive language for bclk
Pierre-Louis Bossart
2020-11-17
1
-10
/
+26
*
topology: straight printf and error path fixes
Jaroslav Kysela
2020-10-19
3
-13
/
+15
*
topology: save_config - fix the error path handling
Jaroslav Kysela
2020-10-19
1
-2
/
+2
*
tplg: fix the unaligned_get32/put32 helpers for big endian
Jaroslav Kysela
2020-10-15
1
-1
/
+8
*
topology: improve the printf buffer management
Jaroslav Kysela
2020-08-31
9
-97
/
+130
*
topology: fix the unaligned access
Jaroslav Kysela
2020-08-31
3
-16
/
+29
*
topology: fix sort_config()
Jaroslav Kysela
2020-08-31
1
-8
/
+6
*
topology: fix some gcc10 warnings (labs, signess)
Jaroslav Kysela
2020-08-31
2
-2
/
+2
*
topology: return correct value in tplg_save_printf()
Jaroslav Kysela
2020-08-31
1
-1
/
+1
*
topology: Make buffer for saving dynamic size
Piotr Maziarz
2020-08-31
1
-5
/
+29
*
topology: decode: Add DAI name printing
Piotr Maziarz
2020-08-31
1
-1
/
+3
*
topology: decode: Print sig_bits field in PCM capabilities section
Piotr Maziarz
2020-08-31
1
-0
/
+3
*
topology: decode: Fix decoding PCM formats and rates
Piotr Maziarz
2020-08-31
1
-2
/
+2
*
topology: decode: Change declaration of enum decoding function
Piotr Maziarz
2020-08-31
3
-17
/
+7
*
topology: decode: Fix printing texts section
Piotr Maziarz
2020-08-31
1
-1
/
+1
*
topology: decode: Add enum control texts as separate element
Piotr Maziarz
2020-08-31
1
-3
/
+11
*
topology: decode: Remove decoding values for enum control
Piotr Maziarz
2020-08-31
1
-4
/
+1
*
topology: decode: Fix infinite loop in decoding enum control
Piotr Maziarz
2020-08-31
1
-1
/
+1
*
topology: decode: Fix channel map memory allocation
Piotr Maziarz
2020-08-31
1
-6
/
+7
*
topology: Add missing ATTRIBUTE_UNUSED
Takashi Iwai
2020-05-11
1
-8
/
+10
*
topology: use snd_config_is_array() function
Jaroslav Kysela
2020-05-08
1
-39
/
+11
*
topology: Use bool parser to parse boolean value
Amadeusz Sławiński
2020-04-30
1
-1
/
+2
*
topology: add back asrc to widget_map in dapm.c
Jaroslav Kysela
2020-03-13
1
-0
/
+1
*
topology: Drop SNDRV_CTL_ELEM_ACCESS_TIMESTAMP access
Takashi Iwai
2020-02-10
1
-1
/
+0
*
topology: remove MAX_FILE definition and use correct PATH_MAX
Jaroslav Kysela
2020-01-15
2
-2
/
+1
*
topology: cosmetic changes (functions)
Jaroslav Kysela
2020-01-03
5
-21
/
+24
*
topology: tplg_dbg() cleanups
Jaroslav Kysela
2020-01-03
7
-85
/
+91
*
topology: unify the log mechanism
Jaroslav Kysela
2020-01-03
9
-116
/
+138
*
topology: move the elem->list delete to tplg_elem_free()
Jaroslav Kysela
2020-01-03
1
-1
/
+2
*
topology: implement snd_tplg_decode
Jaroslav Kysela
2020-01-03
10
-138
/
+1714
*
topology: fix the wrong memory access (object realloc)
Jaroslav Kysela
2020-01-03
1
-2
/
+3
*
topology: fix the ops parser (accept integer/hexa values)
Jaroslav Kysela
2020-01-03
1
-11
/
+25
*
topology: fix the TPLG_DEBUG compilation
Jaroslav Kysela
2020-01-03
3
-3
/
+6
*
topology: implement shorter hexa uuid 00:00 parser
Jaroslav Kysela
2020-01-03
1
-6
/
+31
*
topology: fix the unitialized tuples
Jaroslav Kysela
2020-01-03
1
-0
/
+1
[next]