Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig SND_FIREWIRE
0003         bool "FireWire sound devices"
0004         depends on FIREWIRE
0005         default y
0006         help
0007           Support for IEEE-1394/FireWire/iLink sound devices.
0008 
0009 if SND_FIREWIRE && FIREWIRE
0010 
0011 config SND_FIREWIRE_LIB
0012         tristate
0013         select SND_PCM
0014         select SND_RAWMIDI
0015 
0016 config SND_DICE
0017         tristate "DICE-based DACs support"
0018         select SND_HWDEP
0019         select SND_FIREWIRE_LIB
0020         help
0021           Say Y here to include support for devices based on the DICE chip family
0022           (DICE-II/TCD2210(Mini)/TCD2220(Jr.)) which TC Applied Technologies (TCAT) produced.
0023            * Allen and Heath Zed R16
0024            * Alesis iO 14/26 FireWire, MasterControl, MultiMix 8/12/16 FireWire
0025            * Avid Mbox 3 Pro
0026            * FlexRadio Systems FLEX-3000, FLEX-5000
0027            * Focusrite Liquid Saffire 56
0028            * Focusrite Saffire Pro 14, Pro 24, Pro 24 DSP, Pro 26, Pro 40(TCD2220)
0029            * Harman Music Group Lexicon I-ONIX FW810S
0030            * Loud Technologies Mackie Onyx Blackbird, Onyx 820i/1220i/1620i/1640i (latter models)
0031            * M-Audio ProFire 610/2626
0032            * Mytek Stereo192-DSD DAC
0033            * Midas Klark Teknik VeniceF series
0034            * PreSonus FireStudio, FireStudio Mobile, FireStudio Project, FireStudio Tube
0035            * PreSonus StudioLive 16.4.2, 16.0.2, 24.4.2, 32.4.2
0036            * Solid State Logic Duende Classic, Duende Mini
0037            * TC Electronic Studio Konnekt 48, Konnekt 24D, Konnekt Live, Impact Twin
0038            * TC Electronic Digital Konnekt x32, Desktop Konnekt 6
0039            * Weiss Engineering ADC2, Vesta, Minerva, AFI1, DAC1, INT202, DAC202
0040 
0041           To compile this driver as a module, choose M here: the module
0042           will be called snd-dice.
0043 
0044 config SND_OXFW
0045         tristate "Oxford Semiconductor FW970/971 chipset support"
0046         select SND_FIREWIRE_LIB
0047         select SND_HWDEP
0048         help
0049           Say Y here to include support for FireWire devices based on
0050           Oxford Semiconductor FW970/971 chipset.
0051            * Griffin Firewave
0052            * LaCie Firewire Speakers
0053            * Behringer F-Control Audio 202
0054            * Mackie(Loud) Onyx-i series (former models)
0055            * Mackie(Loud) Onyx 1640i (former model)
0056            * Mackie(Loud) Onyx Satellite
0057            * Mackie(Loud) Tapco Link.Firewire
0058            * Mackie(Loud) d.2 pro/d.4 pro (built-in FireWire card with OXFW971 ASIC)
0059            * Mackie(Loud) U.420/U.420d
0060            * TASCAM FireOne
0061            * Stanton Controllers & Systems 1 Deck/Mixer
0062            * APOGEE duet FireWire
0063 
0064           To compile this driver as a module, choose M here: the module
0065           will be called snd-oxfw.
0066 
0067 config SND_ISIGHT
0068         tristate "Apple iSight microphone"
0069         select SND_FIREWIRE_LIB
0070         help
0071           Say Y here to include support for the front and rear microphones
0072           of the Apple iSight web camera.
0073 
0074           To compile this driver as a module, choose M here: the module
0075           will be called snd-isight.
0076 
0077 config SND_FIREWORKS
0078         tristate "Echo Fireworks board module support"
0079         select SND_FIREWIRE_LIB
0080         select SND_HWDEP
0081         help
0082           Say Y here to include support for FireWire devices based
0083           on Echo Digital Audio Fireworks board:
0084            * Mackie Onyx 400F/1200F
0085            * Echo AudioFire12/8(until 2009 July)
0086            * Echo AudioFire2/4/Pre8/8(since 2009 July)
0087            * Echo Fireworks 8/HDMI
0088            * Gibson Robot Interface Pack/GoldTop
0089 
0090           To compile this driver as a module, choose M here: the module
0091           will be called snd-fireworks.
0092 
0093 config SND_BEBOB
0094         tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
0095         select SND_FIREWIRE_LIB
0096         select SND_HWDEP
0097         help
0098          Say Y here to include support for FireWire devices based
0099          on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
0100           * Edirol FA-66/FA-101
0101           * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
0102           * BridgeCo RDAudio1/Audio5
0103           * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
0104           * Mackie d.2 (optional FireWire card with DM1000 ASIC)
0105           * Stanton FinalScratch 2 (ScratchAmp)
0106           * Tascam IF-FW/DM
0107           * Behringer XENIX UFX 1204/1604
0108           * Behringer Digital Mixer X32 series (X-UF Card)
0109           * Behringer FCA610/1616
0110           * Apogee Rosetta 200/400 (X-FireWire card)
0111           * Apogee DA/AD/DD-16X (X-FireWire card)
0112           * Apogee Ensemble
0113           * ESI QuataFire 610
0114           * AcousticReality eARMasterOne
0115           * CME MatrixKFW
0116           * Phonic Helix Board 12 MkII/18 MkII/24 MkII
0117           * Phonic Helix Board 12 Universal/18 Universal/24 Universal
0118           * Lynx Aurora 8/16 (LT-FW)
0119           * ICON FireXon
0120           * PrismSound Orpheus/ADA-8XR
0121           * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
0122           * TerraTec EWS MIC2/EWS MIC8
0123           * TerraTec Aureon 7.1 FireWire
0124           * Yamaha GO44/GO46
0125           * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
0126           * M-Audio FireWire410/AudioPhile/Solo
0127           * M-Audio Ozonic/NRV10/ProfireLightBridge
0128           * M-Audio FireWire 1814/ProjectMix IO
0129           * Digidesign Mbox 2 Pro
0130           * ToneWeal FW66
0131 
0132           To compile this driver as a module, choose M here: the module
0133           will be called snd-bebob.
0134 
0135 config SND_FIREWIRE_DIGI00X
0136         tristate "Digidesign Digi 002/003 family support"
0137         select SND_FIREWIRE_LIB
0138         select SND_HWDEP
0139         help
0140          Say Y here to include support for Digidesign Digi 002/003 family.
0141           * Digi 002 Console
0142           * Digi 002 Rack
0143           * Digi 003 Console
0144           * Digi 003 Rack
0145           * Digi 003 Rack+
0146 
0147          To compile this driver as a module, choose M here: the module
0148          will be called snd-firewire-digi00x.
0149 
0150 config SND_FIREWIRE_TASCAM
0151         tristate "TASCAM FireWire series support"
0152         select SND_FIREWIRE_LIB
0153         select SND_HWDEP
0154         help
0155          Say Y here to include support for TASCAM.
0156           * FW-1884
0157           * FW-1082
0158           * FW-1804
0159 
0160          To compile this driver as a module, choose M here: the module
0161          will be called snd-firewire-tascam.
0162 
0163 config SND_FIREWIRE_MOTU
0164         tristate "Mark of the unicorn FireWire series support"
0165         select SND_FIREWIRE_LIB
0166         select SND_HWDEP
0167         help
0168          Say Y here to enable support for FireWire devices which MOTU produced:
0169           * 828
0170           * 896
0171           * 828mk2
0172           * 896hd
0173           * Traveler
0174           * Ultralite
0175           * 8pre
0176           * 828mk3 (FireWire only)
0177           * 828mk3 (Hybrid)
0178           * Ultralite mk3 (FireWire only)
0179           * Ultralite mk3 (Hybrid)
0180           * Traveler mk3
0181           * Audio Express
0182           * Track 16
0183           * 4pre
0184 
0185          To compile this driver as a module, choose M here: the module
0186          will be called snd-firewire-motu.
0187 
0188 config SND_FIREFACE
0189         tristate "RME Fireface series support"
0190         select SND_FIREWIRE_LIB
0191         select SND_HWDEP
0192         help
0193          Say Y here to include support for RME fireface series.
0194           * Fireface 400
0195           * Fireface 800
0196           * Fireface UFX
0197           * Fireface UCX
0198           * Fireface 802
0199 
0200 endif # SND_FIREWIRE