alsa-lib/src/topology
Fabrice Fontaine 47252054b4 src/topology/parser.c: drop duplicate safe_strtol_base
The safe_strtol_base() function is defined twice since
	f547b2e3 ("conf: introduce safe_strtol_base()") and
	5fab157a ("topology: do not call strtol directly")
resulting in the following build failure when alsa-utils is built
statically because safe_strtol_base is defined twice.

Fixes: http://autobuild.buildroot.org/results/08d028004090b2a8292f03910cb9bf80a73ac804
Fixes: https://github.com/alsa-project/alsa-lib/pull/207
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2022-01-01 17:50:27 +01:00
..
builder.c topology: fix some gcc10 warnings (labs, signess) 2020-08-31 13:25:07 +02:00
channel.c topology: improve the printf buffer management 2020-08-31 19:51:49 +02:00
ctl.c topology: straight printf and error path fixes 2020-10-19 11:17:21 +02:00
dapm.c topology: tplg_add_widget_object() - do not use invalid elem_ctl 2021-01-07 17:36:04 +01:00
data.c topology: do not call strtol directly 2021-11-02 10:45:51 +01:00
decoder.c topology: unify the log mechanism 2020-01-03 23:38:08 +01:00
elem.c topology: move the elem->list delete to tplg_elem_free() 2020-01-03 23:38:08 +01:00
log.c topology: unify the log mechanism 2020-01-03 23:38:08 +01:00
Makefile.am topology: unify the log mechanism 2020-01-03 23:38:08 +01:00
ops.c topology: do not call strtol directly 2021-11-02 10:45:51 +01:00
parser.c src/topology/parser.c: drop duplicate safe_strtol_base 2022-01-01 17:50:27 +01:00
pcm.c topology/pcm.c: remove duplicated AC97 hw format 2021-05-26 10:19:15 +02:00
save.c topology: sort_config() cleanups - use goto for the error path 2021-01-07 17:45:27 +01:00
text.c topology: improve the printf buffer management 2020-08-31 19:51:49 +02:00
tplg_local.h tplg: fix the unaligned_get32/put32 helpers for big endian 2020-10-15 19:13:18 +02:00