aosp12/external/tinyalsa
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
include/tinyalsa init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_BSD init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mixer.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mixer_hw.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mixer_io.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mixer_plugin.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pcm.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pcm_hw.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pcm_io.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pcm_plugin.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
snd_utils.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
snd_utils.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tinycap.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tinyhostless.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tinymix.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tinypcminfo.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tinyplay.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

tinyalsa: a small library to interface with ALSA in the Linux kernel

The aims are:

- Provide a basic pcm and mixer API
- If it's not absolutely needed, don't add it to the API
- Avoid supporting complex and unnecessary operations that could be
  dealt with at a higher level