Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.mk08-Oct-20151.7K
include/08-Oct-2015
mixer.c08-Oct-201513.2K
MODULE_LICENSE_BSD08-Oct-20150
NOTICE08-Oct-20151.5K
pcm.c08-Oct-201536.3K
README08-Oct-2015278
tinycap.c08-Oct-20157.1K
tinymix.c08-Oct-20157.4K
tinypcminfo.c08-Oct-20156.7K
tinyplay.c08-Oct-20158.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