Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-07 | tinyalsa: add support for PCM plugins | Bhalchandra 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-11 | makefile: Don't overwrite CROSS_COMPILE variable | Lucas Tanure | |
Signed-off-by: Lucas Tanure <tanure@linux.com> | |||
2019-04-09 | Initial version-bump.sh | Alexandru N. Onea | |
2017-05-23 | bumped version | Taylor Holberton | |
2017-04-06 | added limits for frames and channels | Taylor Holberton | |
2016-12-01 | added soversion with minor and patch number | 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 | using LIBDIR for library install and added soversion | Taylor Holberton | |
2016-10-01 | added install to multiarch dir and override CFLAGS mechanism | Taylor Holberton | |
2016-10-01 | put source files into src dir | Taylor Holberton | |