1 # SPDX-License-Identifier: GPL-2.0-only << 2 menuconfig SND_FIREWIRE 1 menuconfig SND_FIREWIRE 3 bool "FireWire sound devices" 2 bool "FireWire sound devices" 4 depends on FIREWIRE 3 depends on FIREWIRE 5 default y 4 default y 6 help 5 help 7 Support for IEEE-1394/FireWire/iLink 6 Support for IEEE-1394/FireWire/iLink sound devices. 8 7 9 if SND_FIREWIRE && FIREWIRE 8 if SND_FIREWIRE && FIREWIRE 10 9 11 config SND_FIREWIRE_LIB 10 config SND_FIREWIRE_LIB 12 tristate 11 tristate 13 select SND_PCM !! 12 depends on SND_PCM 14 select SND_RAWMIDI << 15 << 16 config SND_DICE << 17 tristate "DICE-based DACs support" << 18 select SND_HWDEP << 19 select SND_FIREWIRE_LIB << 20 help << 21 Say Y here to include support for de << 22 (DICE-II/TCD2210(Mini)/TCD2220(Jr.)) << 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 << 41 To compile this driver as a module, << 42 will be called snd-dice. << 43 13 44 config SND_OXFW !! 14 config SND_FIREWIRE_SPEAKERS 45 tristate "Oxford Semiconductor FW970/9 !! 15 tristate "FireWire speakers" >> 16 select SND_PCM 46 select SND_FIREWIRE_LIB 17 select SND_FIREWIRE_LIB 47 select SND_HWDEP << 48 help 18 help 49 Say Y here to include support for Fi !! 19 Say Y here to include support for the Griffin FireWave Surround 50 Oxford Semiconductor FW970/971 chips !! 20 and the LaCie FireWire Speakers. 51 * Griffin Firewave << 52 * LaCie Firewire Speakers << 53 * Behringer F-Control Audio 202 << 54 * Mackie(Loud) Onyx-i series (forme << 55 * Mackie(Loud) Onyx 1640i (former m << 56 * Mackie(Loud) Onyx Satellite << 57 * Mackie(Loud) Tapco Link.Firewire << 58 * Mackie(Loud) d.2 pro/d.4 pro (bui << 59 * Mackie(Loud) U.420/U.420d << 60 * TASCAM FireOne << 61 * Stanton Controllers & Systems 1 D << 62 * APOGEE duet FireWire << 63 21 64 To compile this driver as a module, 22 To compile this driver as a module, choose M here: the module 65 will be called snd-oxfw. !! 23 will be called snd-firewire-speakers. 66 24 67 config SND_ISIGHT 25 config SND_ISIGHT 68 tristate "Apple iSight microphone" 26 tristate "Apple iSight microphone" >> 27 select SND_PCM 69 select SND_FIREWIRE_LIB 28 select SND_FIREWIRE_LIB 70 help 29 help 71 Say Y here to include support for th 30 Say Y here to include support for the front and rear microphones 72 of the Apple iSight web camera. 31 of the Apple iSight web camera. 73 32 74 To compile this driver as a module, 33 To compile this driver as a module, choose M here: the module 75 will be called snd-isight. 34 will be called snd-isight. 76 35 77 config SND_FIREWORKS !! 36 config SND_SCS1X 78 tristate "Echo Fireworks board module !! 37 tristate "Stanton Control System 1 MIDI" 79 select SND_FIREWIRE_LIB !! 38 select SND_PCM 80 select SND_HWDEP !! 39 select SND_RAWMIDI 81 help << 82 Say Y here to include support for Fi << 83 on Echo Digital Audio Fireworks boar << 84 * Mackie Onyx 400F/1200F << 85 * Echo AudioFire12/8(until 2009 Jul << 86 * Echo AudioFire2/4/Pre8/8(since 20 << 87 * Echo Fireworks 8/HDMI << 88 * Gibson Robot Interface Pack/GoldT << 89 << 90 To compile this driver as a module, << 91 will be called snd-fireworks. << 92 << 93 config SND_BEBOB << 94 tristate "BridgeCo DM1000/DM1100/DM150 << 95 select SND_FIREWIRE_LIB 40 select SND_FIREWIRE_LIB 96 select SND_HWDEP << 97 help 41 help 98 Say Y here to include support for Fir !! 42 Say Y here to include support for the MIDI ports of the Stanton 99 on BridgeCo DM1000/DM1100/DM1500 with !! 43 SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled 100 * Edirol FA-66/FA-101 !! 44 by FFADO.) 101 * PreSonus FIREBOX/FIREPOD/FP10/Insp << 102 * BridgeCo RDAudio1/Audio5 << 103 * Mackie Onyx 1220/1620/1640 (FireWi << 104 * Mackie d.2 (optional FireWire card << 105 * Stanton FinalScratch 2 (ScratchAmp << 106 * Tascam IF-FW/DM << 107 * Behringer XENIX UFX 1204/1604 << 108 * Behringer Digital Mixer X32 series << 109 * Behringer FCA610/1616 << 110 * Apogee Rosetta 200/400 (X-FireWire << 111 * Apogee DA/AD/DD-16X (X-FireWire ca << 112 * Apogee Ensemble << 113 * ESI QuataFire 610 << 114 * AcousticReality eARMasterOne << 115 * CME MatrixKFW << 116 * Phonic Helix Board 12 MkII/18 MkII << 117 * Phonic Helix Board 12 Universal/18 << 118 * Lynx Aurora 8/16 (LT-FW) << 119 * ICON FireXon << 120 * PrismSound Orpheus/ADA-8XR << 121 * TerraTec PHASE 24 FW/PHASE X24 FW/ << 122 * TerraTec EWS MIC2/EWS MIC8 << 123 * TerraTec Aureon 7.1 FireWire << 124 * Yamaha GO44/GO46 << 125 * Focusrite Saffire/Saffire LE/Saffi << 126 * M-Audio FireWire410/AudioPhile/Sol << 127 * M-Audio Ozonic/NRV10/ProfireLightB << 128 * M-Audio FireWire 1814/ProjectMix I << 129 * Digidesign Mbox 2 Pro << 130 * ToneWeal FW66 << 131 45 132 To compile this driver as a module, 46 To compile this driver as a module, choose M here: the module 133 will be called snd-bebob. !! 47 will be called snd-scs1x. 134 << 135 config SND_FIREWIRE_DIGI00X << 136 tristate "Digidesign Digi 002/003 fami << 137 select SND_FIREWIRE_LIB << 138 select SND_HWDEP << 139 help << 140 Say Y here to include support for Dig << 141 * Digi 002 Console << 142 * Digi 002 Rack << 143 * Digi 003 Console << 144 * Digi 003 Rack << 145 * Digi 003 Rack+ << 146 << 147 To compile this driver as a module, c << 148 will be called snd-firewire-digi00x. << 149 << 150 config SND_FIREWIRE_TASCAM << 151 tristate "TASCAM FireWire series suppo << 152 select SND_FIREWIRE_LIB << 153 select SND_HWDEP << 154 help << 155 Say Y here to include support for TAS << 156 * FW-1884 << 157 * FW-1082 << 158 * FW-1804 << 159 << 160 To compile this driver as a module, c << 161 will be called snd-firewire-tascam. << 162 << 163 config SND_FIREWIRE_MOTU << 164 tristate "Mark of the unicorn FireWire << 165 select SND_FIREWIRE_LIB << 166 select SND_HWDEP << 167 help << 168 Say Y here to enable support for Fire << 169 * 828 << 170 * 896 << 171 * 828mk2 << 172 * 896hd << 173 * Traveler << 174 * Ultralite << 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 << 184 * Track 16 << 185 * 4pre << 186 << 187 To compile this driver as a module, c << 188 will be called snd-firewire-motu. << 189 << 190 config SND_FIREFACE << 191 tristate "RME Fireface series support" << 192 select SND_FIREWIRE_LIB << 193 select SND_HWDEP << 194 help << 195 Say Y here to include support for RME << 196 * Fireface 400 << 197 * Fireface 800 << 198 * Fireface UFX << 199 * Fireface UCX << 200 * Fireface 802 << 201 48 202 endif # SND_FIREWIRE 49 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.