Home | History | Annotate | only in /external/tinyalsa
Up to higher level directory
NameDateSize
Android.bp22-Oct-20201.1K
include/22-Oct-2020
mixer.c22-Oct-202017.8K
MODULE_LICENSE_BSD22-Oct-20200
NOTICE22-Oct-20201.5K
OWNERS22-Oct-2020156
pcm.c22-Oct-202037.7K
README22-Oct-2020278
tinycap.c22-Oct-20208K
tinyhostless.c22-Oct-202011.1K
tinymix.c22-Oct-202012K
tinypcminfo.c22-Oct-20206.7K
tinyplay.c22-Oct-20208.6K

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