* Package name : tinyalsa
Version : git20240621
Upstream Contact: Taylor Holberton <taylorcholberton@gmail.com>
* URL : https://github.com/tinyalsa/tinyalsa
* License : BSD
Programming Lang: C
Description : TinyALSA is a small library to interface with ALSA in the
Linux kernel.
TinyALSA is 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.
Provide comprehensive documentation.
FAQ:
Q: Why is this relevant?
A: It is a dependency of q6voiced, which I also would like to package
once that is done, as q6voiced is required for call audio on phones that
use a Qualcomm SoC. It is therefore an important ingedrient of porting
Debian to many phone models.
Q: Is it a dependency of another package?
A: Yes, it is a dependency of q6voiced.
Q: Do you use it?
A: Yes, I've built a package already, now I want to get it into Debian.
Q: Are there other packages that provide similar functionality?
A: My research has not lead to finding any packages providing similar
functionality.
Q: How are you planning to maintain the package?
A: It is a small package and does not have releases often, therefore it
is managable. I will also talk to the Mobian team about this.