Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.mk04-Nov-20141.7K
include/04-Nov-2014
mixer.c04-Nov-201412.9K
MODULE_LICENSE_BSD04-Nov-20140
NOTICE04-Nov-20141.5K
pcm.c04-Nov-201436K
README04-Nov-2014278
tinycap.c04-Nov-20147.1K
tinymix.c04-Nov-20147.4K
tinypcminfo.c04-Nov-20146.7K
tinyplay.c04-Nov-20148.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