Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.mk10-Oct-20121.2K
include/10-Oct-2012
mixer.c10-Oct-201210.9K
MODULE_LICENSE_BSD10-Oct-20120
NOTICE10-Oct-20121.5K
pcm.c10-Oct-201224.2K
README10-Oct-2012278
tinycap.c10-Oct-20126.8K
tinymix.c10-Oct-20126.2K
tinyplay.c10-Oct-20125.5K

README

      1 tinyalsa: a small library to interface with ALSA in the Linux kernel
      2 
      3 The 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