aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2020-02-07tinyalsa: add support for PCM pluginsBhalchandra Gajare
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>
2019-05-11makefile: Don't overwrite CROSS_COMPILE variableLucas Tanure
Signed-off-by: Lucas Tanure <tanure@linux.com>
2019-04-09Initial version-bump.shAlexandru N. Onea
2017-05-23bumped versionTaylor Holberton
2017-04-06added limits for frames and channelsTaylor Holberton
2016-12-01added soversion with minor and patch numberTaylor Holberton
2016-11-24Fix install path of include filesDavid Wagner
They were installed under $prefix/ instead of $prefix/tinyalsa/ Signed-off-by: David Wagner <david.wagner@intel.com>
2016-11-22using install command instead of cp and mkdirTaylor Holberton
2016-10-02using LIBDIR for library install and added soversionTaylor Holberton
2016-10-01added install to multiarch dir and override CFLAGS mechanismTaylor Holberton
2016-10-01put source files into src dirTaylor Holberton