Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. select SND_PCM
  11. select SND_RAWMIDI
  12. config SND_DICE
  13. tristate "DICE-based DACs support"
  14. select SND_HWDEP
  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) which TC Applied Technologies produces.
  19. To compile this driver as a module, choose M here: the module
  20. will be called snd-dice.
  21. config SND_OXFW
  22. tristate "Oxford Semiconductor FW970/971 chipset support"
  23. select SND_FIREWIRE_LIB
  24. select SND_HWDEP
  25. help
  26. Say Y here to include support for FireWire devices based on
  27. Oxford Semiconductor FW970/971 chipset.
  28. * Griffin Firewave
  29. * LaCie Firewire Speakers
  30. * Behringer F-Control Audio 202
  31. * Mackie(Loud) Onyx-i series (former models)
  32. * Mackie(Loud) Onyx Satellite
  33. * Mackie(Loud) Tapco Link.Firewire
  34. * Mackie(Loud) d.2 pro/d.4 pro
  35. * Mackie(Loud) U.420/U.420d
  36. To compile this driver as a module, choose M here: the module
  37. will be called snd-oxfw.
  38. config SND_ISIGHT
  39. tristate "Apple iSight microphone"
  40. select SND_FIREWIRE_LIB
  41. help
  42. Say Y here to include support for the front and rear microphones
  43. of the Apple iSight web camera.
  44. To compile this driver as a module, choose M here: the module
  45. will be called snd-isight.
  46. config SND_SCS1X
  47. tristate "Stanton Control System 1 MIDI"
  48. select SND_FIREWIRE_LIB
  49. help
  50. Say Y here to include support for the MIDI ports of the Stanton
  51. SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
  52. by FFADO.)
  53. To compile this driver as a module, choose M here: the module
  54. will be called snd-scs1x.
  55. config SND_FIREWORKS
  56. tristate "Echo Fireworks board module support"
  57. select SND_FIREWIRE_LIB
  58. select SND_HWDEP
  59. help
  60. Say Y here to include support for FireWire devices based
  61. on Echo Digital Audio Fireworks board:
  62. * Mackie Onyx 400F/1200F
  63. * Echo AudioFire12/8(until 2009 July)
  64. * Echo AudioFire2/4/Pre8/8(since 2009 July)
  65. * Echo Fireworks 8/HDMI
  66. * Gibson Robot Interface Pack/GoldTop
  67. To compile this driver as a module, choose M here: the module
  68. will be called snd-fireworks.
  69. config SND_BEBOB
  70. tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
  71. select SND_FIREWIRE_LIB
  72. select SND_HWDEP
  73. help
  74. Say Y here to include support for FireWire devices based
  75. on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
  76. * Edirol FA-66/FA-101
  77. * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
  78. * BridgeCo RDAudio1/Audio5
  79. * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
  80. * Mackie d.2 (FireWire Option)
  81. * Stanton FinalScratch 2 (ScratchAmp)
  82. * Tascam IF-FW/DM
  83. * Behringer XENIX UFX 1204/1604
  84. * Behringer Digital Mixer X32 series (X-UF Card)
  85. * Behringer FCA610/1616
  86. * Apogee Rosetta 200/400 (X-FireWire card)
  87. * Apogee DA/AD/DD-16X (X-FireWire card)
  88. * Apogee Ensemble
  89. * ESI QuataFire 610
  90. * AcousticReality eARMasterOne
  91. * CME MatrixKFW
  92. * Phonic Helix Board 12 MkII/18 MkII/24 MkII
  93. * Phonic Helix Board 12 Universal/18 Universal/24 Universal
  94. * Lynx Aurora 8/16 (LT-FW)
  95. * ICON FireXon
  96. * PrismSound Orpheus/ADA-8XR
  97. * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
  98. * TerraTec EWS MIC2/EWS MIC8
  99. * TerraTec Aureon 7.1 FireWire
  100. * Yamaha GO44/GO46
  101. * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
  102. * M-Audio FireWire410/AudioPhile/Solo
  103. * M-Audio Ozonic/NRV10/ProfireLightBridge
  104. * M-Audio FireWire 1814/ProjectMix IO
  105. * Digidesign Mbox 2 Pro
  106. To compile this driver as a module, choose M here: the module
  107. will be called snd-bebob.
  108. endif # SND_FIREWIRE