NameDateSize

..14-Feb-20134 KiB

Android.mk14-Feb-20131.2 KiB

include/14-Feb-20134 KiB

mixer.c14-Feb-201310.9 KiB

MODULE_LICENSE_BSD14-Feb-20130

NOTICE14-Feb-20131.5 KiB

pcm.c14-Feb-201324.4 KiB

README14-Feb-2013278

tinycap.c14-Feb-20136.8 KiB

tinymix.c14-Feb-20136.2 KiB

tinyplay.c14-Feb-20136.2 KiB

README

1tinyalsa: a small library to interface with ALSA in the Linux kernel
2
3The aims are:
4
5- Provide a basic pcm and mixer API
6- If it's not absolutely needed, don't add it to the API
7- Avoid supporting complex and unnecessary operations that could be
8  dealt with at a higher level
9
10