]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: complete dependency graphs for conflicting/supported device lists
authorJaroslav Kysela <perex@perex.cz>
Mon, 1 Dec 2025 14:56:56 +0000 (15:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Dec 2025 11:11:41 +0000 (12:11 +0100)
commit22f8716af971ef1864365bd7c77d6d35a8e33cd7
tree4bc911cbbab569fe50bc772a2d83def6a1496b07
parent3149ca0f1cb4492fb3a6116ed2eba3affaa1528b
ucm: complete dependency graphs for conflicting/supported device lists

Modify verb_dev_list_check() to ensure all devices in a conflicting or
supported group reference each other. Previously, the function only
ensured bidirectional relationships. Now it ensures all devices in
the same group have complete dependency lists.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/parser.c
src/ucm/utils.c