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:
parent
791ae1c180
commit
665d980aa5
4 changed files with 134 additions and 1 deletions
|
|
@ -25,6 +25,9 @@ endif
|
|||
if HAVE_UCM
|
||||
SUBDIRS += alsaucm
|
||||
endif
|
||||
if HAVE_TOPOLOGY
|
||||
SUBDIRS += topology
|
||||
endif
|
||||
|
||||
EXTRA_DIST= TODO gitcompile
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue