blob: ab894ed1ff6717a8acde6581fef9842dbb8d5c35 [file] [log] [blame]
Clemens Ladisch31ef9132011-03-15 07:53:21 +01001menuconfig 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
Takashi Iwai112cddc2014-05-30 10:15:58 +020012 select SND_PCM
13 select SND_RAWMIDI
Clemens Ladisch31ef9132011-03-15 07:53:21 +010014
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020015config SND_DICE
Takashi Sakamoto60cea522014-11-29 00:59:24 +090016 tristate "DICE-based DACs support"
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020017 select SND_HWDEP
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020018 select SND_FIREWIRE_LIB
19 help
Clemens Ladischb20be8d2013-10-15 20:26:05 +020020 Say Y here to include support for many DACs based on the DICE
Takashi Sakamoto60cea522014-11-29 00:59:24 +090021 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
Clemens Ladischb20be8d2013-10-15 20:26:05 +020022
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020023 To compile this driver as a module, choose M here: the module
24 will be called snd-dice.
25
Takashi Sakamoto8832c5a2014-11-29 00:59:25 +090026config SND_OXFW
27 tristate "Oxford Semiconductor FW970/971 chipset support"
Clemens Ladisch31ef9132011-03-15 07:53:21 +010028 select SND_FIREWIRE_LIB
Takashi Sakamoto8985f4a2014-12-09 00:10:49 +090029 select SND_HWDEP
Clemens Ladisch31ef9132011-03-15 07:53:21 +010030 help
Takashi Sakamoto8832c5a2014-11-29 00:59:25 +090031 Say Y here to include support for FireWire devices based on
32 Oxford Semiconductor FW970/971 chipset.
33 * Griffin Firewave
34 * LaCie Firewire Speakers
Takashi Sakamotoec4dba52014-12-09 00:10:45 +090035 * 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
Takashi Sakamoto94d505e2015-11-08 14:46:34 +090041 * TASCAM FireOne
Takashi Sakamoto9e2004f2015-12-22 09:15:45 +090042 * Stanton Controllers & Systems 1 Deck/Mixer
Clemens Ladisch31ef9132011-03-15 07:53:21 +010043
44 To compile this driver as a module, choose M here: the module
Takashi Sakamoto8832c5a2014-11-29 00:59:25 +090045 will be called snd-oxfw.
Clemens Ladisch31ef9132011-03-15 07:53:21 +010046
Clemens Ladisch3a691b22011-05-11 10:44:51 +020047config SND_ISIGHT
Clemens Ladisch3cabffd2011-05-11 10:54:41 +020048 tristate "Apple iSight microphone"
Clemens Ladisch3a691b22011-05-11 10:44:51 +020049 select SND_FIREWIRE_LIB
50 help
51 Say Y here to include support for the front and rear microphones
52 of the Apple iSight web camera.
53
54 To compile this driver as a module, choose M here: the module
55 will be called snd-isight.
56
Takashi Sakamotob5b04332014-04-25 22:45:00 +090057config SND_FIREWORKS
58 tristate "Echo Fireworks board module support"
Takashi Sakamotobde8a8f2014-04-25 22:45:01 +090059 select SND_FIREWIRE_LIB
Takashi Sakamoto594ddce2014-04-25 22:45:12 +090060 select SND_HWDEP
Takashi Sakamotob5b04332014-04-25 22:45:00 +090061 help
62 Say Y here to include support for FireWire devices based
63 on Echo Digital Audio Fireworks board:
64 * Mackie Onyx 400F/1200F
65 * Echo AudioFire12/8(until 2009 July)
66 * Echo AudioFire2/4/Pre8/8(since 2009 July)
67 * Echo Fireworks 8/HDMI
68 * Gibson Robot Interface Pack/GoldTop
69
70 To compile this driver as a module, choose M here: the module
71 will be called snd-fireworks.
72
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090073config SND_BEBOB
74 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
75 select SND_FIREWIRE_LIB
Takashi Sakamoto618eabe2014-04-25 22:45:20 +090076 select SND_HWDEP
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090077 help
78 Say Y here to include support for FireWire devices based
79 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
80 * Edirol FA-66/FA-101
81 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
82 * BridgeCo RDAudio1/Audio5
Stefan Richter27c82882014-07-26 14:05:10 +020083 * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
84 * Mackie d.2 (FireWire Option)
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090085 * Stanton FinalScratch 2 (ScratchAmp)
86 * Tascam IF-FW/DM
87 * Behringer XENIX UFX 1204/1604
88 * Behringer Digital Mixer X32 series (X-UF Card)
Takashi Sakamotocf8a4712015-06-14 12:49:37 +090089 * Behringer FCA610/1616
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090090 * Apogee Rosetta 200/400 (X-FireWire card)
91 * Apogee DA/AD/DD-16X (X-FireWire card)
92 * Apogee Ensemble
Stefan Richter27c82882014-07-26 14:05:10 +020093 * ESI QuataFire 610
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090094 * AcousticReality eARMasterOne
95 * CME MatrixKFW
96 * Phonic Helix Board 12 MkII/18 MkII/24 MkII
97 * Phonic Helix Board 12 Universal/18 Universal/24 Universal
98 * Lynx Aurora 8/16 (LT-FW)
99 * ICON FireXon
100 * PrismSound Orpheus/ADA-8XR
Takashi Sakamoto326b9ca2014-04-25 22:45:22 +0900101 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
Stefan Richter27c82882014-07-26 14:05:10 +0200102 * TerraTec EWS MIC2/EWS MIC8
103 * TerraTec Aureon 7.1 FireWire
Takashi Sakamoto8ac98a32014-04-25 22:45:23 +0900104 * Yamaha GO44/GO46
Takashi Sakamoto25784ec2014-04-25 22:45:24 +0900105 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
Stefan Richter27c82882014-07-26 14:05:10 +0200106 * M-Audio FireWire410/AudioPhile/Solo
Takashi Sakamoto9076c222014-04-25 22:45:25 +0900107 * M-Audio Ozonic/NRV10/ProfireLightBridge
Stefan Richter27c82882014-07-26 14:05:10 +0200108 * M-Audio FireWire 1814/ProjectMix IO
Takashi Sakamoto146a5e32015-05-24 20:51:45 +0900109 * Digidesign Mbox 2 Pro
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +0900110
111 To compile this driver as a module, choose M here: the module
112 will be called snd-bebob.
113
Takashi Sakamoto9edf7232015-09-30 09:39:16 +0900114config SND_FIREWIRE_DIGI00X
115 tristate "Digidesign Digi 002/003 family support"
116 select SND_FIREWIRE_LIB
Takashi Sakamoto660dd3d2015-09-30 09:39:21 +0900117 select SND_HWDEP
Takashi Sakamoto9edf7232015-09-30 09:39:16 +0900118 help
119 Say Y here to include support for Digidesign Digi 002/003 family.
120 * Digi 002 Console
121 * Digi 002 Rack
122 * Digi 003 Console
123 * Digi 003 Rack
124 * Digi 003 Rack+
125
126 To compile this driver as a module, choose M here: the module
127 will be called snd-firewire-digi00x.
128
Takashi Sakamotoc0949b22015-10-01 22:02:11 +0900129config SND_FIREWIRE_TASCAM
130 tristate "TASCAM FireWire series support"
131 select SND_FIREWIRE_LIB
Takashi Sakamotoe5e0c3d2015-10-01 22:02:17 +0900132 select SND_HWDEP
Takashi Sakamotoc0949b22015-10-01 22:02:11 +0900133 help
134 Say Y here to include support for TASCAM.
135 * FW-1884
136 * FW-1082
Takashi Sakamoto25c0e952016-03-27 16:09:09 +0900137 * FW-1804
Takashi Sakamotoc0949b22015-10-01 22:02:11 +0900138
139 To compile this driver as a module, choose M here: the module
140 will be called snd-firewire-tascam.
141
Clemens Ladisch31ef9132011-03-15 07:53:21 +0100142endif # SND_FIREWIRE