29 Commits

Author SHA1 Message Date
Patrick Lai 430fbea942 tinyalsa: add plugin.h to install path
Export plugin.h so that it can be used by tinyalsa
clients.

Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
2020-04-14 10:43:11 +05:30
Lucas Tanure 25e6dba5ae makefile: Don't overwrite CROSS_COMPILE variable
Signed-off-by: Lucas Tanure <tanure@linux.com>
2019-05-11 09:35:13 +01:00
Alexandru N. Onea 2d56242143 Move changelog check ver. from build systems to CI
This commit moves the changelog version check to the CI instead of the build
systems. Rationale is: the failure to update the changelog is not a build
failure / issue but rather an integration failure and it should be detected at
integration testing. The closest to integration testing is the CI testing which
is mandatory before pull requests and new features integration.

Additionally, the old version.py script is removed because it is relying on the
old version of include/tinyalsa/version.h where the TINYALSA_VERSION_STRING
macro is defiend as an explicit string literal. Since now the version string is
defined piece-wise and based on the individual version numbers, and since the
introduction of version.sh and its use within meson build system to get the
version from the version file, the old version.py script is obsolete.
2019-04-11 13:02:35 +03:00
Alexandru N. Onea b7a6c7b04d Rename version-bump to just version 2019-04-10 01:00:58 +03:00
Alexandru N. Onea 7d859aeadd Add check action to version-bump.sh; Activate checks 2019-04-09 22:16:23 +03:00
Alexandru N. Onea ad1f0e569c Initial version-bump.sh 2019-04-09 01:23:10 +03:00
Taylor Holberton 0178c72b88 Added the 'attributes.h' header 2019-01-13 13:10:47 -05:00
Taylor Holberton 4faab339a2 Added examples subdir to 'all' and 'clean' targets 2016-12-04 13:19:29 -08:00
David Wagner bd7ce64996 Fix install path of include files
They were installed under $prefix/ instead of $prefix/tinyalsa/

Signed-off-by: David Wagner <david.wagner@intel.com>
2016-11-24 17:20:35 +01:00
Taylor Holberton b090568202 using install command instead of cp and mkdir 2016-11-22 09:49:47 -08:00
Taylor Holberton d244de5461 added INCDIR, LIBDIR, BINDIR and MANDIR for installation 2016-10-02 09:13:58 -04:00
Taylor Holberton b4ea00f6bd Added DESTDIR to header install 2016-10-01 22:32:15 -04:00
Taylor Holberton 55bc0015b8 added doxygen subdir to all targets 2016-10-01 18:32:14 -04:00
Taylor Holberton 22ab7da256 put source files into src dir 2016-10-01 13:08:08 -04:00
Taylor Holberton 626a822af9 cleaned up makefile 2016-10-01 12:55:10 -04:00
Taylor Holberton b88fd4ff9c put programs into utils dir 2016-10-01 12:33:46 -04:00
Taylor Holberton 6491c7d6d1 Added default prefix variable 2016-08-03 10:13:04 -04:00
Taylor Holberton a1799e77a3 added install command 2016-08-03 10:12:38 -04:00
Arun Raghavan 48ba21b517 build: Redo Makefile a bit
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
2016-01-28 15:07:46 +05:30
Simon Wilson bb234d9dba Makefile: remove tinypcminfo during clean 2012-12-14 14:48:19 -08:00
Simon Wilson f7f35cc62b Add tinypcminfo utility
This uses the new pcm_params_* API.
2012-12-03 11:09:13 -08:00
Simon Wilson 2c3a8e24ec Add -Wall to Makefile and fix warnings 2012-11-09 14:08:18 -08:00
Dimitris Papastamos 1d934cfd51 tinyalsa: Add a CROSS_COMPILE variable in the Makefile
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
2012-10-24 10:42:41 +01:00
Mark Brown 89b3128f31 Makefile: Don't error out of clean if already clean 2011-07-27 12:42:02 -07:00
Simon Wilson dd84573ac2 Add tinycap utility to capture PCM riff/wave files
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-07-14 12:06:23 -07:00
Simon Wilson d2cb503009 Improve mixer support
- 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-04 00:57:17 -07:00
Simon Wilson 98be0055ff Fix issues with tinyplay
- Add to Android.mk
- Add "all" rule to Makefile
- Remove redundant old play code from tinyplay.c
- Add error checking to tinyplay
2011-06-03 18:28:26 -07:00
Simon Wilson a0ef465b31 Add tinyplay utility to play PCM riff/wave files 2011-06-02 23:40:00 -07:00
Simon Wilson 44c6c359e7 Add Makefile for libtinyalsa 2011-06-02 23:38:14 -07:00