Install TinyALSA via Debian packages
masterYou can install TinyALSA using the PPA provided on Launchpad. This includes the command-line tools and the development libraries required for building applications against TinyALSA.
Available packages:
tinyalsa: Containstinyplay,tinycap,tinymix, andtinypcminfo.libtinyalsa: Contains the shared library.libtinyalsa-dev: Contains the static library and header files.
sudo apt-add-repository ppa:taylorcholberton/tinyalsa
sudo apt-get update
sudo apt-get install tinyalsa
sudo apt-get install libtinyalsa-dev