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