DEVELOPERS: add Yegor Yefremov for the ser2net package
[buildroot-gz.git] / package / tinyalsa / Config.in
blob9ee47676fcd3e312dea8290ce39cdc9eaa7b5061
1 config BR2_PACKAGE_TINYALSA
2         bool "tinyalsa"
3         depends on !BR2_STATIC_LIBS
4         help
5           a small library to interface with ALSA in the Linux kernel
7           The aims are:
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