OrangePi_CM5/external/cache/sources/tinyalsa_hub
orangepi-xunlong 206214916c Bump to next branch
Host: Ubuntu 21.04
2022-03-07 16:26:01 +08:00
..
include Bump to next branch 2022-03-07 16:26:01 +08:00
.gitignore Bump to next branch 2022-03-07 16:26:01 +08:00
Makefile Bump to next branch 2022-03-07 16:26:01 +08:00
README Bump to next branch 2022-03-07 16:26:01 +08:00
mixer.c Bump to next branch 2022-03-07 16:26:01 +08:00
pcm.c Bump to next branch 2022-03-07 16:26:01 +08:00
tinycap_hub.c Bump to next branch 2022-03-07 16:26:01 +08:00
tinymix.c Bump to next branch 2022-03-07 16:26:01 +08:00
tinypcminfo.c Bump to next branch 2022-03-07 16:26:01 +08:00
tinyplay_hub.c Bump to next branch 2022-03-07 16:26:01 +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