Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.mk11-Dec-20131.4K
include/11-Dec-2013
mixer.c11-Dec-201312.9K
MODULE_LICENSE_BSD11-Dec-20130
NOTICE11-Dec-20131.5K
pcm.c11-Dec-201328.6K
README11-Dec-2013278
tinycap.c11-Dec-20137.1K
tinymix.c11-Dec-20137.4K
tinypcminfo.c11-Dec-20133.6K
tinyplay.c11-Dec-20138.2K

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