mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
665d980aa5
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>
10 lines
142 B
Makefile
10 lines
142 B
Makefile
bin_PROGRAMS = \
|
|
alsatplg
|
|
|
|
alsatplg_SOURCES = topology.c
|
|
|
|
AM_CPPFLAGS = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
alsatplg_LDADD = -lasound
|
|
|