]> 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:38 +0000 (12:26 +0200)
commit36118b8898ad3da18def6153f6aa3392390bf0a0
treec15546d0b106748317ef2eac1370a9b6dd19d110
parent2f2a48f9a14f1ef5b2f89ee8dd867696d4d2370d
conf: add snd_config_get_llong() helper

Add an universal function returning integer value that also accepts
string nodes parsed as a number (with specified base).

Use it in ucm_repeat.c's get_integer() helper.

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