Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.bp05-Oct-2017955
include/05-Oct-2017
mixer.c05-Oct-201716.4K
MODULE_LICENSE_BSD05-Oct-20170
NOTICE05-Oct-20171.5K
pcm.c05-Oct-201737.5K
README05-Oct-2017278
tinycap.c05-Oct-20177.2K
tinymix.c05-Oct-201712K
tinypcminfo.c05-Oct-20176.7K
tinyplay.c05-Oct-20178.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