Commit Graph

14 Commits

Author SHA1 Message Date
Glenn Kasten b362ef9808 Fix Makefile dependencies 2020-09-16 12:37:00 -07:00
Taylor Holberton 5ce18c83b5 Added 'tinymix' to linker rule 2020-02-27 07:15:45 -05:00
Bruno Morais 88d92e9744 Fix cross-compilation
Cross-compilation failing due to make library resolution.
2020-02-22 15:23:59 -05:00
Bhalchandra Gajare dcea636de0 tinyalsa: add support for PCM plugins
Update the pcm framework to support plugins. Resolve the pcm device node
to be either kernel device or virtual device and setup function pointers
accordingly. Implement framework functionality for pcm_plugin.c for ease
of plugin development. Plugin itself is compiled as shared object (.so)
and dynamically linked from pcm_plugin.c.

Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org>
Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
2020-02-07 12:16:27 +05:30
Taylor Holberton f0f8de6045 Fixed make build using clang 2018-11-28 16:43:17 -05:00
Taylor Holberton 4c5b155e32 Added -fPIC and -pie flags to utility builds 2018-10-30 12:17:33 -04:00
Taylor Holberton 04fa39f287 linking with static libtinyalsa 2017-01-14 12:09:56 -08:00
Taylor Holberton dbbce9a502 removed override directive 2016-11-22 10:29:06 -08:00
Taylor Holberton b090568202 using install command instead of cp and mkdir 2016-11-22 09:49:47 -08:00
Taylor Holberton 9c98337b40 added installation of man pages 2016-10-02 12:21:46 -04:00
Taylor Holberton 30916880cd added BINDIR and removed old build vars 2016-10-02 09:13:10 -04:00
Taylor Holberton c429afa38b added DESTDIR to install command and explicit build commands 2016-10-01 22:33:36 -04:00
Taylor Holberton e67926e8ec added VPATH and INCDIR 2016-10-01 12:52:25 -04:00
Taylor Holberton b88fd4ff9c put programs into utils dir 2016-10-01 12:33:46 -04:00