NameDateSize

..12-Mar-20154 KiB

Android.mk12-Mar-20151.7 KiB

include/12-Mar-20154 KiB

mixer.c12-Mar-201512.9 KiB

MODULE_LICENSE_BSD12-Mar-20150

NOTICE12-Mar-20151.5 KiB

pcm.c12-Mar-201536.3 KiB

README12-Mar-2015278

tinycap.c12-Mar-20157.1 KiB

tinymix.c12-Mar-20157.4 KiB

tinypcminfo.c12-Mar-20156.7 KiB

tinyplay.c12-Mar-20158.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