]> git.alsa-project.org Git - alsa-lib.git/commit
conf: add snd_config_get_llong() helper
authorJaroslav Kysela <perex@perex.cz>
Fri, 31 Jul 2026 09:30:00 +0000 (11:30 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 31 Jul 2026 10:26:29 +0000 (12:26 +0200)
commit5a7ce39cda06b709c963e9234ea3fb2ed26413b6
treec15546d0b106748317ef2eac1370a9b6dd19d110
parent2f2a48f9a14f1ef5b2f89ee8dd867696d4d2370d
conf: add snd_config_get_llong() helper

Add a snd_config_get_integer64()-style accessor that also accepts
string nodes parsed as a number with a caller-supplied base, and use
it in ucm_repeat.c's get_integer() helper instead of duplicating the
type dispatch.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/conf.h
src/Versions.in.in
src/conf.c
src/ucm/ucm_repeat.c