No description
Find a file
Michael Bestas 65b23d8be5 Mark tinymix/tinyplay as vendor_available
* Used to calibrate some device's audio amplifier

Change-Id: I117558af25ebad2fa5394b79691bcda6bd7b063a
2020-12-12 01:07:48 +02:00
include/tinyalsa tinyalsa: add mixer_consume_event 2018-02-12 13:07:58 -08:00
Android.bp Mark tinymix/tinyplay as vendor_available 2020-12-12 01:07:48 +02:00
mixer.c tinyalsa: add mixer_consume_event 2018-02-12 13:07:58 -08:00
MODULE_LICENSE_BSD Add module licence 2012-04-09 15:28:59 -07:00
NOTICE Add module licence 2012-04-09 15:28:59 -07:00
OWNERS Add default code reviewers into OWNERS 2019-01-10 14:07:57 -08:00
pcm.c tinyalsa: check NULL for config 2017-12-08 09:25:17 +08:00
README Initial version of tinyalsa 2011-06-08 09:37:14 -07:00
tinycap.c tinycap: Modify capture_sample()for pcm data to frames 2018-03-19 10:13:27 +08:00
tinyhostless.c Add missing includes. 2017-10-12 13:27:04 -07:00
tinymix.c tinymix: fix setting enum str started with digits 2019-05-21 10:50:52 +08:00
tinypcminfo.c tinypcminfo: make function pcm_get_format_name() static 2019-02-07 10:00:01 -08:00
tinyplay.c tinyplay: play PCM up to size specified in the header 2018-03-14 15:53:32 -07:00

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