Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.bp21-Aug-20181.1K
include/21-Aug-2018
mixer.c21-Aug-201817.8K
MODULE_LICENSE_BSD21-Aug-20180
NOTICE21-Aug-20181.5K
pcm.c21-Aug-201837.7K
README21-Aug-2018278
tinycap.c21-Aug-20188K
tinyhostless.c21-Aug-201811.1K
tinymix.c21-Aug-201812K
tinypcminfo.c21-Aug-20186.7K
tinyplay.c21-Aug-20188.4K

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