summaryrefslogtreecommitdiff
path: root/alsaucm/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* alsaucm: remove custom rules, alsactl is UCM aware nowJaroslav Kysela2020-06-021-13/+2
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsaucm: add usecase.h to noinst_HEADERS for packagingJaroslav Kysela2020-02-181-0/+2
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsaucm: add text dump commandJaroslav Kysela2019-11-301-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsaucm, topology: LDADD cleanups and add support for libatopologyJaroslav Kysela2019-11-121-2/+0
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsatplg: add man fileJaroslav Kysela2018-10-091-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsaucm: add alsa-ucm udev rules for PAZ00 (Toshiba AC100/Dynabook AZ).Jaroslav Kysela2018-09-071-1/+14
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsaucm: Add alsaucm.rst to EXTRA_DISTTakashi Iwai2016-12-281-0/+2
| | | | | | Otherwise it's missing in the tarball. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsaucm: add a man page, generated from reStructuredTextAntonio Ospite2016-12-091-0/+7
| | | | | | Signed-off-by: Antonio Ospite <ao2@ao2.it> Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsaucm: Drop localbuild hacksTakashi Iwai2015-08-041-4/+0
| | | | | | | | The include and library paths shouldn't be across the build tree. The installed alsa-lib must have the UCM support for building the stuff here in alsa-utils repo correctly. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela2014-05-071-2/+2
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* ucm: added listcards commandJaroslav Kysela2010-10-131-0/+4
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsaucm: Add Use Case Manager utilityStefan Schmidt2010-08-221-0/+9
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>