NameDateSize

..21-Nov-20124 KiB

Android.mk21-Nov-20121.2 KiB

include/21-Nov-20124 KiB

mixer.c21-Nov-201210.9 KiB

MODULE_LICENSE_BSD21-Nov-20120

NOTICE21-Nov-20121.5 KiB

pcm.c21-Nov-201224.4 KiB

README21-Nov-2012278

tinycap.c21-Nov-20126.8 KiB

tinymix.c21-Nov-20126.2 KiB

tinyplay.c21-Nov-20126.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