1
0
Fork 0

topology: Add command line topology tool to build topology binaries

Add a command line tool that will parse topology text files and convert to the binary
topology data as used by the kernel.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Liam Girdwood 2015-08-04 16:23:03 +01:00 committed by Takashi Iwai
parent 791ae1c180
commit 665d980aa5
4 changed files with 134 additions and 1 deletions

View file

@ -25,6 +25,9 @@ endif
if HAVE_UCM
SUBDIRS += alsaucm
endif
if HAVE_TOPOLOGY
SUBDIRS += topology
endif
EXTRA_DIST= TODO gitcompile
AUTOMAKE_OPTIONS=foreign