Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-27 | Added 'tinymix' to linker rule | Taylor Holberton | |
2020-02-22 | Fix cross-compilation | Bruno Morais | |
Cross-compilation failing due to make library resolution. | |||
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> | |||
2018-11-28 | Fixed make build using clang | Taylor Holberton | |
2018-10-30 | Added -fPIC and -pie flags to utility builds | Taylor Holberton | |
2017-01-14 | linking with static libtinyalsa | Taylor Holberton | |
2016-11-22 | removed override directive | Taylor Holberton | |
2016-11-22 | using install command instead of cp and mkdir | Taylor Holberton | |
2016-10-02 | added installation of man pages | Taylor Holberton | |
2016-10-02 | added BINDIR and removed old build vars | Taylor Holberton | |
2016-10-01 | added DESTDIR to install command and explicit build commands | Taylor Holberton | |
2016-10-01 | added VPATH and INCDIR | Taylor Holberton | |
2016-10-01 | put programs into utils dir | Taylor Holberton | |