commit | b38b6a670c359e497926d799cea4d9c80d561eab | [log] [tgz] |
---|---|---|
author | Ricardo Biehl Pasquali <pasqualirb@gmail.com> | Mon Jan 07 11:54:47 2019 -0200 |
committer | Ricardo Biehl Pasquali <pasqualirb@gmail.com> | Tue Jan 08 16:48:19 2019 -0200 |
tree | deb4ac39015e5686f6765d5d8b7ea6e5dc15b26f | |
parent | 0bfac896e66548130c763d015ac16347ced95b84 [diff] |
pcm: Check for error after setting appl_ptr Signed-off-by: Ricardo Biehl Pasquali <pasqualirb@gmail.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