1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 menuconfig SND_FIREWIRE 2 menuconfig SND_FIREWIRE 3 bool "FireWire sound devices" 3 bool "FireWire sound devices" 4 depends on FIREWIRE 4 depends on FIREWIRE 5 default y 5 default y 6 help 6 help 7 Support for IEEE-1394/FireWire/iLink 7 Support for IEEE-1394/FireWire/iLink sound devices. 8 8 9 if SND_FIREWIRE && FIREWIRE 9 if SND_FIREWIRE && FIREWIRE 10 10 11 config SND_FIREWIRE_LIB 11 config SND_FIREWIRE_LIB 12 tristate 12 tristate 13 select SND_PCM 13 select SND_PCM 14 select SND_RAWMIDI 14 select SND_RAWMIDI 15 15 16 config SND_DICE 16 config SND_DICE 17 tristate "DICE-based DACs support" 17 tristate "DICE-based DACs support" 18 select SND_HWDEP 18 select SND_HWDEP 19 select SND_FIREWIRE_LIB 19 select SND_FIREWIRE_LIB 20 help 20 help 21 Say Y here to include support for de !! 21 Say Y here to include support for many DACs based on the DICE 22 (DICE-II/TCD2210(Mini)/TCD2220(Jr.)) !! 22 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces. 23 * Allen and Heath Zed R16 << 24 * Alesis iO 14/26 FireWire, MasterC << 25 * Avid Mbox 3 Pro << 26 * FlexRadio Systems FLEX-3000, FLEX << 27 * Focusrite Liquid Saffire 56 << 28 * Focusrite Saffire Pro 14, Pro 24, << 29 * Harman Music Group Lexicon I-ONIX << 30 * Loud Technologies Mackie Onyx Bla << 31 * M-Audio ProFire 610/2626 << 32 * Mytek Stereo192-DSD DAC << 33 * Midas Klark Teknik VeniceF series << 34 * PreSonus FireStudio, FireStudio M << 35 * PreSonus StudioLive 16.4.2, 16.0. << 36 * Solid State Logic Duende Classic, << 37 * TC Electronic Studio Konnekt 48, << 38 * TC Electronic Digital Konnekt x32 << 39 * Weiss Engineering ADC2, Vesta, Mi << 40 23 41 To compile this driver as a module, 24 To compile this driver as a module, choose M here: the module 42 will be called snd-dice. 25 will be called snd-dice. 43 26 44 config SND_OXFW 27 config SND_OXFW 45 tristate "Oxford Semiconductor FW970/9 28 tristate "Oxford Semiconductor FW970/971 chipset support" 46 select SND_FIREWIRE_LIB 29 select SND_FIREWIRE_LIB 47 select SND_HWDEP 30 select SND_HWDEP 48 help 31 help 49 Say Y here to include support for Fi 32 Say Y here to include support for FireWire devices based on 50 Oxford Semiconductor FW970/971 chips 33 Oxford Semiconductor FW970/971 chipset. 51 * Griffin Firewave 34 * Griffin Firewave 52 * LaCie Firewire Speakers 35 * LaCie Firewire Speakers 53 * Behringer F-Control Audio 202 36 * Behringer F-Control Audio 202 54 * Mackie(Loud) Onyx-i series (forme 37 * Mackie(Loud) Onyx-i series (former models) 55 * Mackie(Loud) Onyx 1640i (former m 38 * Mackie(Loud) Onyx 1640i (former model) 56 * Mackie(Loud) Onyx Satellite 39 * Mackie(Loud) Onyx Satellite 57 * Mackie(Loud) Tapco Link.Firewire 40 * Mackie(Loud) Tapco Link.Firewire 58 * Mackie(Loud) d.2 pro/d.4 pro (bui 41 * Mackie(Loud) d.2 pro/d.4 pro (built-in FireWire card with OXFW971 ASIC) 59 * Mackie(Loud) U.420/U.420d 42 * Mackie(Loud) U.420/U.420d 60 * TASCAM FireOne 43 * TASCAM FireOne 61 * Stanton Controllers & Systems 1 D 44 * Stanton Controllers & Systems 1 Deck/Mixer 62 * APOGEE duet FireWire 45 * APOGEE duet FireWire 63 46 64 To compile this driver as a module, 47 To compile this driver as a module, choose M here: the module 65 will be called snd-oxfw. 48 will be called snd-oxfw. 66 49 67 config SND_ISIGHT 50 config SND_ISIGHT 68 tristate "Apple iSight microphone" 51 tristate "Apple iSight microphone" 69 select SND_FIREWIRE_LIB 52 select SND_FIREWIRE_LIB 70 help 53 help 71 Say Y here to include support for th 54 Say Y here to include support for the front and rear microphones 72 of the Apple iSight web camera. 55 of the Apple iSight web camera. 73 56 74 To compile this driver as a module, 57 To compile this driver as a module, choose M here: the module 75 will be called snd-isight. 58 will be called snd-isight. 76 59 77 config SND_FIREWORKS 60 config SND_FIREWORKS 78 tristate "Echo Fireworks board module 61 tristate "Echo Fireworks board module support" 79 select SND_FIREWIRE_LIB 62 select SND_FIREWIRE_LIB 80 select SND_HWDEP 63 select SND_HWDEP 81 help 64 help 82 Say Y here to include support for Fi 65 Say Y here to include support for FireWire devices based 83 on Echo Digital Audio Fireworks boar 66 on Echo Digital Audio Fireworks board: 84 * Mackie Onyx 400F/1200F 67 * Mackie Onyx 400F/1200F 85 * Echo AudioFire12/8(until 2009 Jul 68 * Echo AudioFire12/8(until 2009 July) 86 * Echo AudioFire2/4/Pre8/8(since 20 69 * Echo AudioFire2/4/Pre8/8(since 2009 July) 87 * Echo Fireworks 8/HDMI 70 * Echo Fireworks 8/HDMI 88 * Gibson Robot Interface Pack/GoldT 71 * Gibson Robot Interface Pack/GoldTop 89 72 90 To compile this driver as a module, 73 To compile this driver as a module, choose M here: the module 91 will be called snd-fireworks. 74 will be called snd-fireworks. 92 75 93 config SND_BEBOB 76 config SND_BEBOB 94 tristate "BridgeCo DM1000/DM1100/DM150 77 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" 95 select SND_FIREWIRE_LIB 78 select SND_FIREWIRE_LIB 96 select SND_HWDEP 79 select SND_HWDEP 97 help !! 80 help 98 Say Y here to include support for Fir 81 Say Y here to include support for FireWire devices based 99 on BridgeCo DM1000/DM1100/DM1500 with 82 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware: 100 * Edirol FA-66/FA-101 83 * Edirol FA-66/FA-101 101 * PreSonus FIREBOX/FIREPOD/FP10/Insp 84 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394 102 * BridgeCo RDAudio1/Audio5 85 * BridgeCo RDAudio1/Audio5 103 * Mackie Onyx 1220/1620/1640 (FireWi 86 * Mackie Onyx 1220/1620/1640 (FireWire I/O Card) 104 * Mackie d.2 (optional FireWire card 87 * Mackie d.2 (optional FireWire card with DM1000 ASIC) 105 * Stanton FinalScratch 2 (ScratchAmp 88 * Stanton FinalScratch 2 (ScratchAmp) 106 * Tascam IF-FW/DM 89 * Tascam IF-FW/DM 107 * Behringer XENIX UFX 1204/1604 90 * Behringer XENIX UFX 1204/1604 108 * Behringer Digital Mixer X32 series 91 * Behringer Digital Mixer X32 series (X-UF Card) 109 * Behringer FCA610/1616 92 * Behringer FCA610/1616 110 * Apogee Rosetta 200/400 (X-FireWire 93 * Apogee Rosetta 200/400 (X-FireWire card) 111 * Apogee DA/AD/DD-16X (X-FireWire ca 94 * Apogee DA/AD/DD-16X (X-FireWire card) 112 * Apogee Ensemble 95 * Apogee Ensemble 113 * ESI QuataFire 610 96 * ESI QuataFire 610 114 * AcousticReality eARMasterOne 97 * AcousticReality eARMasterOne 115 * CME MatrixKFW 98 * CME MatrixKFW 116 * Phonic Helix Board 12 MkII/18 MkII 99 * Phonic Helix Board 12 MkII/18 MkII/24 MkII 117 * Phonic Helix Board 12 Universal/18 100 * Phonic Helix Board 12 Universal/18 Universal/24 Universal 118 * Lynx Aurora 8/16 (LT-FW) 101 * Lynx Aurora 8/16 (LT-FW) 119 * ICON FireXon 102 * ICON FireXon 120 * PrismSound Orpheus/ADA-8XR 103 * PrismSound Orpheus/ADA-8XR 121 * TerraTec PHASE 24 FW/PHASE X24 FW/ 104 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW 122 * TerraTec EWS MIC2/EWS MIC8 105 * TerraTec EWS MIC2/EWS MIC8 123 * TerraTec Aureon 7.1 FireWire 106 * TerraTec Aureon 7.1 FireWire 124 * Yamaha GO44/GO46 107 * Yamaha GO44/GO46 125 * Focusrite Saffire/Saffire LE/Saffi 108 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO 126 * M-Audio FireWire410/AudioPhile/Sol 109 * M-Audio FireWire410/AudioPhile/Solo 127 * M-Audio Ozonic/NRV10/ProfireLightB 110 * M-Audio Ozonic/NRV10/ProfireLightBridge 128 * M-Audio FireWire 1814/ProjectMix I 111 * M-Audio FireWire 1814/ProjectMix IO 129 * Digidesign Mbox 2 Pro 112 * Digidesign Mbox 2 Pro 130 * ToneWeal FW66 113 * ToneWeal FW66 131 114 132 To compile this driver as a module, !! 115 To compile this driver as a module, choose M here: the module 133 will be called snd-bebob. !! 116 will be called snd-bebob. 134 117 135 config SND_FIREWIRE_DIGI00X 118 config SND_FIREWIRE_DIGI00X 136 tristate "Digidesign Digi 002/003 fami 119 tristate "Digidesign Digi 002/003 family support" 137 select SND_FIREWIRE_LIB 120 select SND_FIREWIRE_LIB 138 select SND_HWDEP 121 select SND_HWDEP 139 help 122 help 140 Say Y here to include support for Dig 123 Say Y here to include support for Digidesign Digi 002/003 family. 141 * Digi 002 Console 124 * Digi 002 Console 142 * Digi 002 Rack 125 * Digi 002 Rack 143 * Digi 003 Console 126 * Digi 003 Console 144 * Digi 003 Rack 127 * Digi 003 Rack 145 * Digi 003 Rack+ 128 * Digi 003 Rack+ 146 129 147 To compile this driver as a module, c 130 To compile this driver as a module, choose M here: the module 148 will be called snd-firewire-digi00x. 131 will be called snd-firewire-digi00x. 149 132 150 config SND_FIREWIRE_TASCAM 133 config SND_FIREWIRE_TASCAM 151 tristate "TASCAM FireWire series suppo 134 tristate "TASCAM FireWire series support" 152 select SND_FIREWIRE_LIB 135 select SND_FIREWIRE_LIB 153 select SND_HWDEP 136 select SND_HWDEP 154 help 137 help 155 Say Y here to include support for TAS 138 Say Y here to include support for TASCAM. 156 * FW-1884 139 * FW-1884 157 * FW-1082 140 * FW-1082 158 * FW-1804 141 * FW-1804 159 142 160 To compile this driver as a module, c 143 To compile this driver as a module, choose M here: the module 161 will be called snd-firewire-tascam. 144 will be called snd-firewire-tascam. 162 145 163 config SND_FIREWIRE_MOTU 146 config SND_FIREWIRE_MOTU 164 tristate "Mark of the unicorn FireWire 147 tristate "Mark of the unicorn FireWire series support" 165 select SND_FIREWIRE_LIB 148 select SND_FIREWIRE_LIB 166 select SND_HWDEP 149 select SND_HWDEP 167 help 150 help 168 Say Y here to enable support for Fire 151 Say Y here to enable support for FireWire devices which MOTU produced: 169 * 828 << 170 * 896 << 171 * 828mk2 152 * 828mk2 172 * 896hd << 173 * Traveler 153 * Traveler 174 * Ultralite !! 154 * 828mk3 175 * 8pre << 176 * 828mk3 (FireWire only) << 177 * 828mk3 (Hybrid) << 178 * 896mk3 (FireWire only) << 179 * 896mk3 (Hybrid) << 180 * Ultralite mk3 (FireWire only) << 181 * Ultralite mk3 (Hybrid) << 182 * Traveler mk3 << 183 * Audio Express 155 * Audio Express 184 * Track 16 << 185 * 4pre << 186 156 187 To compile this driver as a module, c 157 To compile this driver as a module, choose M here: the module 188 will be called snd-firewire-motu. 158 will be called snd-firewire-motu. 189 159 190 config SND_FIREFACE 160 config SND_FIREFACE 191 tristate "RME Fireface series support" 161 tristate "RME Fireface series support" 192 select SND_FIREWIRE_LIB 162 select SND_FIREWIRE_LIB 193 select SND_HWDEP 163 select SND_HWDEP 194 help 164 help 195 Say Y here to include support for RME 165 Say Y here to include support for RME fireface series. 196 * Fireface 400 166 * Fireface 400 197 * Fireface 800 167 * Fireface 800 198 * Fireface UFX << 199 * Fireface UCX 168 * Fireface UCX 200 * Fireface 802 << 201 169 202 endif # SND_FIREWIRE 170 endif # SND_FIREWIRE
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.