xref: /OK3568_Linux_fs/buildroot/package/tinyalsa/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_TINYALSA
2*4882a593Smuzhiyun	bool "tinyalsa"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  a small library to interface with ALSA in the Linux kernel
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  The aims are:
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  - Provide a basic pcm and mixer API
10*4882a593Smuzhiyun	  - If it's not absolutely needed, don't add it to the API
11*4882a593Smuzhiyun	  - Avoid supporting complex and unnecessary operations that
12*4882a593Smuzhiyun	    could be dealt with at a higher level
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  https://github.com/tinyalsa/tinyalsa
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "tinyalsa needs a toolchain w/ dynamic library"
17*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
18