]> git.alsa-project.org Git - alsa-lib.git/commit
conf: merge card specific contents per file (whole) after parsing
authorJaroslav Kysela <perex@perex.cz>
Tue, 9 Dec 2025 17:04:07 +0000 (18:04 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 9 Dec 2025 17:08:29 +0000 (18:08 +0100)
commita6238053c4fa518b214f99d91a01b96c5ef6e3ca
tree7f7a4ca380c4720077c9e13c31ee9dc48d136bfb
parent813ffe34ff6c720dcc56e4549338bf9e9184af1f
conf: merge card specific contents per file (whole) after parsing

Unfortunately, mentioned fix caused a regression for items stored in one file.
Merge the file contents after parsing not inside parsing process.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=2420645
Fixes: eda76146 ("conf: fix load_for_all_cards() - do not merge the card specific contents")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/conf.c