• Home
Name Date Size #Lines LOC

..--

include/tinyalsa/07-May-2024-311148

Android.mkD07-May-20241.8 KiB7460

MODULE_LICENSE_BSDD07-May-20240

NOTICED07-May-20241.5 KiB2622

READMED07-May-2024278 106

mixer.cD07-May-202414.7 KiB556416

pcm.cD07-May-202436.3 KiB1,3051,046

tinycap.cD07-May-20247.2 KiB236177

tinymix.cD07-May-20249.1 KiB317244

tinypcminfo.cD07-May-20246.7 KiB204148

tinyplay.cD07-May-20248.3 KiB273202

README

1tinyalsa: a small library to interface with ALSA in the Linux kernel
2
3The 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