Kconfig 950 B

123456789101112131415161718192021222324252627282930313233
  1. config SND_SIMPLE_CARD_UTILS
  2. tristate
  3. config SND_SIMPLE_CARD
  4. tristate "ASoC Simple sound card support"
  5. select SND_SIMPLE_CARD_UTILS
  6. help
  7. This option enables generic simple sound card support
  8. config SND_SIMPLE_SCU_CARD
  9. tristate "ASoC Simple SCU sound card support"
  10. depends on OF
  11. select SND_SIMPLE_CARD_UTILS
  12. help
  13. This option enables generic simple SCU sound card support.
  14. It supports DPCM of multi CPU single Codec system.
  15. config SND_AUDIO_GRAPH_CARD
  16. tristate "ASoC Audio Graph sound card support"
  17. depends on OF
  18. select SND_SIMPLE_CARD_UTILS
  19. help
  20. This option enables generic simple simple sound card support
  21. with OF-graph DT bindings.
  22. config SND_AUDIO_GRAPH_SCU_CARD
  23. tristate "ASoC Audio Graph SCU sound card support"
  24. depends on OF
  25. select SND_SIMPLE_CARD_UTILS
  26. help
  27. This option enables generic simple SCU sound card support
  28. with OF-graph DT bindings.
  29. It supports DPCM of multi CPU single Codec ststem.