Kconfig 929 B

1234567891011121314151617181920212223242526272829303132
  1. config SND_AOA_ONYX
  2. tristate "support Onyx chip"
  3. depends on SND_AOA
  4. ---help---
  5. This option enables support for the Onyx (pcm3052)
  6. codec chip found in the latest Apple machines
  7. (most of those with digital audio output).
  8. #config SND_AOA_TOPAZ
  9. # tristate "support Topaz chips"
  10. # depends on SND_AOA
  11. # ---help---
  12. # This option enables support for the Topaz (CS84xx)
  13. # codec chips found in the latest Apple machines,
  14. # these chips do the digital input and output on
  15. # some PowerMacs.
  16. config SND_AOA_TAS
  17. tristate "support TAS chips"
  18. depends on SND_AOA
  19. ---help---
  20. This option enables support for the tas chips
  21. found in a lot of Apple Machines, especially
  22. iBooks and PowerBooks without digital.
  23. config SND_AOA_TOONIE
  24. tristate "support Toonie chip"
  25. depends on SND_AOA
  26. ---help---
  27. This option enables support for the toonie codec
  28. found in the Mac Mini. If you have a Mac Mini and
  29. want to hear sound, select this option.