]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: do not handle multiple Syntax field updates
authorJaroslav Kysela <perex@perex.cz>
Thu, 20 Oct 2022 17:37:32 +0000 (19:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 20 Oct 2022 17:56:50 +0000 (19:56 +0200)
commit3bb9c44375538cf224f26bb54e7ce3bec564cd95
tree93cf06531568b0ba1269c1efa3e10ebdfdf1c6e5
parent4633d35171724642fe5884e48bafba7c0151db07
ucm: do not handle multiple Syntax field updates

It is useful to include a toplevel configuration file from another
toplevel configuration file. Ignore the further Syntax updates
(assuming the that the parent knows what to do).

Also, parse the Syntax field in own function.

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