Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | Initial version-bump.sh | Alexandru N. Onea | |
2019-01-13 | Added the 'attributes.h' header | Taylor Holberton | |
2016-12-04 | Added examples subdir to 'all' and 'clean' targets | Taylor Holberton | |
2016-11-24 | Fix install path of include files | David Wagner | |
They were installed under $prefix/ instead of $prefix/tinyalsa/ Signed-off-by: David Wagner <david.wagner@intel.com> | |||
2016-11-22 | using install command instead of cp and mkdir | Taylor Holberton | |
2016-10-02 | added INCDIR, LIBDIR, BINDIR and MANDIR for installation | Taylor Holberton | |
2016-10-01 | Added DESTDIR to header install | Taylor Holberton | |
2016-10-01 | added doxygen subdir to all targets | Taylor Holberton | |
2016-10-01 | put source files into src dir | Taylor Holberton | |
2016-10-01 | cleaned up makefile | Taylor Holberton | |
2016-10-01 | put programs into utils dir | Taylor Holberton | |
2016-08-03 | Added default prefix variable | Taylor Holberton | |
2016-08-03 | added install command | Taylor Holberton | |
2016-01-28 | build: Redo Makefile a bit | Arun Raghavan | |
A few changes: * Don't hardcode 'gcc' and use $(CC) instead * Split off CFLAGS/LDFLAGS so we can pick them up from the environment * Add a static library build | |||
2012-12-14 | Makefile: remove tinypcminfo during clean | Simon Wilson | |
2012-12-03 | Add tinypcminfo utility | Simon Wilson | |
This uses the new pcm_params_* API. | |||
2012-11-09 | Add -Wall to Makefile and fix warnings | Simon Wilson | |
2012-10-24 | tinyalsa: Add a CROSS_COMPILE variable in the Makefile | Dimitris Papastamos | |
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | |||
2011-07-27 | Makefile: Don't error out of clean if already clean | Mark Brown | |
2011-07-14 | Add tinycap utility to capture PCM riff/wave files | Simon Wilson | |
This adds a utility to capture audio with a specified number of parameters. Capturing continues until a signal is received (ctrl-c). Contains some contributions from Chris Kelly <c-kelly@ti.com> | |||
2011-06-04 | Improve mixer support | Simon Wilson | |
- support get/set of multiple values - add parameter checking to functions - add api function to get control type - add tinymix utility to list mixer controls | |||
2011-06-03 | Fix issues with tinyplay | Simon Wilson | |
- Add to Android.mk - Add "all" rule to Makefile - Remove redundant old play code from tinyplay.c - Add error checking to tinyplay | |||
2011-06-02 | Add tinyplay utility to play PCM riff/wave files | Simon Wilson | |
2011-06-02 | Add Makefile for libtinyalsa | Simon Wilson | |