Config.in 491 B

1234567891011121314151617
  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
  6. The aims are:
  7. - Provide a basic pcm and mixer API
  8. - If it's not absolutely needed, don't add it to the API
  9. - Avoid supporting complex and unnecessary operations that
  10. could be dealt with at a higher level
  11. https://github.com/tinyalsa/tinyalsa
  12. comment "tinyalsa needs a toolchain w/ dynamic library"
  13. depends on BR2_STATIC_LIBS