commit | c9f97daf129f4466351c82c85d377d96a1ab9a6f | [log] [tgz] |
---|---|---|
author | Miguel Gaio <mgaio35@gmail.com> | Tue Jul 17 10:05:54 2018 +0200 |
committer | Miguel Gaio <mgaio35@gmail.com> | Tue Jul 17 13:37:41 2018 +0200 |
tree | f70dfaef8ed06461bc870a39acac33455548abc7 | |
parent | 67b9210d344c34e8d1aa0cfe638abce71c5221ca [diff] |
Corrected pcm_sync_ptr() on dma mmap coherent architecture It is valid to get null sync_ptr on dma mmap coherent architecture. In this case pcm_sync_ptr() is a nop. Signed-off-by: Miguel Gaio <mgaio35@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