1 config BR2_PACKAGE_TINYALSA
3 depends on !BR2_STATIC_LIBS
5 a small library to interface with ALSA in the Linux kernel
9 - Provide a basic pcm and mixer API
10 - If it's not absolutely needed, don't add it to the API
11 - Avoid supporting complex and unnecessary operations that could be dealt
12 with at a higher level
14 https://github.com/tinyalsa/tinyalsa
16 comment "tinyalsa needs a toolchain w/ dynamic library"
17 depends on BR2_STATIC_LIBS