Kconfig 675 B

123456789101112131415161718192021222324
  1. config SND_AOA_ONYX
  2. tristate "support Onyx chip"
  3. select I2C
  4. select I2C_POWERMAC
  5. ---help---
  6. This option enables support for the Onyx (pcm3052)
  7. codec chip found in the latest Apple machines
  8. (most of those with digital audio output).
  9. config SND_AOA_TAS
  10. tristate "support TAS chips"
  11. select I2C
  12. select I2C_POWERMAC
  13. ---help---
  14. This option enables support for the tas chips
  15. found in a lot of Apple Machines, especially
  16. iBooks and PowerBooks without digital.
  17. config SND_AOA_TOONIE
  18. tristate "support Toonie chip"
  19. ---help---
  20. This option enables support for the toonie codec
  21. found in the Mac Mini. If you have a Mac Mini and
  22. want to hear sound, select this option.