]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: Moved ucm to src/ucm subdirectory
authorJaroslav Kysela <perex@perex.cz>
Tue, 7 Sep 2010 13:35:14 +0000 (15:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Sep 2010 06:09:31 +0000 (08:09 +0200)
commit1c79fad9692fb04cb8cbc7be8e2ec88595e62e46
tree65e5d943e5d4f4d9c1e32b2d52bcca57116994b2
parentfcc9adb26058667656277ba92032ba7e0b00261c
ucm: Moved ucm to src/ucm subdirectory

- separate code to more files
- use standard lists to represent structures
- use alsa-lib configuration parser

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.in
doc/doxygen.cfg.in
include/list.h
include/use-case.h
src/Makefile.am
src/ucm/Makefile.am [new file with mode: 0644]
src/ucm/main.c [new file with mode: 0644]
src/ucm/parser.c [new file with mode: 0644]
src/ucm/ucm_local.h [new file with mode: 0644]
src/ucm/utils.c [new file with mode: 0644]
src/use-case.c [deleted file]