]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: fix optional include HEAD master
authorHuang Yunxuan <hyx0329@outlook.com>
Wed, 18 Mar 2026 14:36:24 +0000 (22:36 +0800)
committerJaroslav Kysela <perex@perex.cz>
Wed, 18 Mar 2026 14:42:20 +0000 (15:42 +0100)
commit62c24074ae2a39613b27028cde0bac2a20635ea1
treeafe93bd84d356ccdd77a24db86342aad1f922648
parentd8ca4a7cc42501b41dd32cbb1318af7a655c936b
ucm: fix optional include

The path is not an absolute path and can't be used with `access()`.
Let's call `uc_mgr_config_load_file()` directly and mask acceptable
error numbers.

Closes: https://github.com/alsa-project/alsa-lib/pull/499
Signed-off-by: Huang Yunxuan <hyx0329@outlook.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/ucm_include.c