Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.mk24-Aug-20161.8K
include/24-Aug-2016
mixer.c24-Aug-201614.7K
MODULE_LICENSE_BSD24-Aug-20160
NOTICE24-Aug-20161.5K
pcm.c24-Aug-201636.3K
README24-Aug-2016278
tinycap.c24-Aug-20167.2K
tinymix.c24-Aug-20169.1K
tinypcminfo.c24-Aug-20166.7K
tinyplay.c24-Aug-20168.3K

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