commit | e40758bb09cfae53d11b6fa97844c903bbd252e8 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.cirrus.com> | Thu Sep 07 16:38:52 2017 +0100 |
committer | Charles Keepax <ckeepax@opensource.cirrus.com> | Wed Apr 11 15:54:11 2018 +0100 |
tree | 6c8dbc5693d785e3c8f0a9284d52c773a8057df0 | |
parent | ab216f5225024cfeb3558a89a94bc15465046095 [diff] |
Fixup some minor code formatting issues Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
TinyALSA is a small library to interface with ALSA in the Linux kernel.
The aims are:
TinyALSA uses Makefile as the primary build system.
To build and install with Make, run the commands:
make sudo make install sudo ldconfig
TinyALSA is now available as a set of the following debian packages from launchpad:
Package Name: | Description: |
---|---|
tinyalsa | Contains tinyplay, tinycap, tinymix and tinypcminfo |
libtinyalsa | Contains the shared library |
libtinyalsa-dev | Contains the static library and header files |
To install these packages, run the commands:
sudo apt-add-repository ppa:taylorcholberton/tinyalsa sudo apt-get update sudo apt-get install tinyalsa sudo apt-get install libtinyalsa-dev
Once installed, the man pages are available via:
man tinyplay man tinycap man tinymix man tinypcminfo man libtinyalsa-pcm man libtinyalsa-mixer