OSDN Git Service

ucm: configuration - implement in-place Include
authorJaroslav Kysela <perex@perex.cz>
Sat, 16 May 2020 13:47:19 +0000 (15:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2020 17:20:53 +0000 (19:20 +0200)
commit3edfebc522b701c559678ca5b3ecd0f2babbefd8
tree8b01179ec27643b4d5ca990b08ac670cd00b1906
parent14636be4a87ea1cbb13bf8942d07d2066d626e71
ucm: configuration - implement in-place Include

An example:

Include {
File "Inc.conf"
Before.SectionDevice "Mic"
}

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/Makefile.am
src/ucm/parser.c
src/ucm/ucm_cond.c
src/ucm/ucm_include.c [new file with mode: 0644]
src/ucm/ucm_local.h
src/ucm/utils.c