Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. menuconfig SND_FIREWIRE
  2. bool "FireWire sound devices"
  3. depends on FIREWIRE
  4. default y
  5. help
  6. Support for IEEE-1394/FireWire/iLink sound devices.
  7. if SND_FIREWIRE && FIREWIRE
  8. config SND_FIREWIRE_LIB
  9. tristate
  10. depends on SND_PCM
  11. config SND_DICE
  12. tristate "DICE-based DACs (EXPERIMENTAL)"
  13. select SND_HWDEP
  14. select SND_PCM
  15. select SND_FIREWIRE_LIB
  16. help
  17. Say Y here to include support for many DACs based on the DICE
  18. chip family (DICE-II/Jr/Mini) from TC Applied Technologies.
  19. At the moment, this driver supports playback only. If you
  20. want to use devices that support capturing, use FFADO instead.
  21. To compile this driver as a module, choose M here: the module
  22. will be called snd-dice.
  23. config SND_FIREWIRE_SPEAKERS
  24. tristate "FireWire speakers"
  25. select SND_PCM
  26. select SND_FIREWIRE_LIB
  27. help
  28. Say Y here to include support for the Griffin FireWave Surround
  29. and the LaCie FireWire Speakers.
  30. To compile this driver as a module, choose M here: the module
  31. will be called snd-firewire-speakers.
  32. config SND_ISIGHT
  33. tristate "Apple iSight microphone"
  34. select SND_PCM
  35. select SND_FIREWIRE_LIB
  36. help
  37. Say Y here to include support for the front and rear microphones
  38. of the Apple iSight web camera.
  39. To compile this driver as a module, choose M here: the module
  40. will be called snd-isight.
  41. config SND_SCS1X
  42. tristate "Stanton Control System 1 MIDI"
  43. select SND_PCM
  44. select SND_RAWMIDI
  45. select SND_FIREWIRE_LIB
  46. help
  47. Say Y here to include support for the MIDI ports of the Stanton
  48. SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
  49. by FFADO.)
  50. To compile this driver as a module, choose M here: the module
  51. will be called snd-scs1x.
  52. endif # SND_FIREWIRE