• Home
Name Date Size #Lines LOC

..--

include/tinyalsa/03-May-2024-326155

Android.bpD03-May-20241.1 KiB6356

MODULE_LICENSE_BSDD03-May-20240

NOTICED03-May-20241.5 KiB2622

OWNERSD03-May-2024156 54

READMED03-May-2024278 106

mixer.cD03-May-202417.8 KiB681489

pcm.cD03-May-202437.7 KiB1,3521,082

tinycap.cD03-May-20248 KiB259200

tinyhostless.cD03-May-202411.1 KiB332266

tinymix.cD03-May-202412 KiB404323

tinypcminfo.cD03-May-20246.7 KiB204148

tinyplay.cD03-May-20248.6 KiB279208

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