Kconfig 447 B

1234567891011121314151617
  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.