NameDateSize

..10-Aug-201812 KiB

Android.bp10-Aug-20181.1 KiB

include/10-Aug-20184 KiB

mixer.c10-Aug-201817.8 KiB

MODULE_LICENSE_BSD10-Aug-20180

NOTICE10-Aug-20181.5 KiB

pcm.c10-Aug-201837.7 KiB

README10-Aug-2018278

tinycap.c10-Aug-20188 KiB

tinyhostless.c10-Aug-201811.1 KiB

tinymix.c10-Aug-201812 KiB

tinypcminfo.c10-Aug-20186.7 KiB

tinyplay.c10-Aug-20188.4 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