mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
a9d91614bb
alsaucm is a command line tool that can be used to generate and debug UCM configuration files. The alsaucm utility can fully use the UCM functionality to query and configure all the UCM functionality in alsa-lib. This work was sponsored by Slimlogic Ltd, Texas Instruments Inc and Wolfson Microelectronics PLC. CC: Ian Molton <ian@mnementh.co.uk> CC: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Justin Xu <justinx@slimlogic.co.uk> Signed-off-by: Stefan Schmidt <stefan@slimlogic.co.uk> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
9 lines
141 B
Makefile
9 lines
141 B
Makefile
bin_PROGRAMS = \
|
|
alsaucm
|
|
|
|
alsaucm_SOURCES = usecase.c
|
|
|
|
INCLUDES = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
alsaucm_LDADD = -lasound
|