blob: 093286087bb0e65eed8c91168a33a4942f8efe13 [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
29 help
Takashi Sakamoto8832c5a2014-11-29 00:59:25 +090030 Say Y here to include support for FireWire devices based on
31 Oxford Semiconductor FW970/971 chipset.
32 * Griffin Firewave
33 * LaCie Firewire Speakers
Clemens Ladisch31ef9132011-03-15 07:53:21 +010034
35 To compile this driver as a module, choose M here: the module
Takashi Sakamoto8832c5a2014-11-29 00:59:25 +090036 will be called snd-oxfw.
Clemens Ladisch31ef9132011-03-15 07:53:21 +010037
Clemens Ladisch3a691b22011-05-11 10:44:51 +020038config SND_ISIGHT
Clemens Ladisch3cabffd2011-05-11 10:54:41 +020039 tristate "Apple iSight microphone"
Clemens Ladisch3a691b22011-05-11 10:44:51 +020040 select SND_FIREWIRE_LIB
41 help
42 Say Y here to include support for the front and rear microphones
43 of the Apple iSight web camera.
44
45 To compile this driver as a module, choose M here: the module
46 will be called snd-isight.
47
Clemens Ladisch1999c3a2012-05-26 11:43:19 +020048config SND_SCS1X
49 tristate "Stanton Control System 1 MIDI"
Clemens Ladisch1999c3a2012-05-26 11:43:19 +020050 select SND_FIREWIRE_LIB
51 help
52 Say Y here to include support for the MIDI ports of the Stanton
53 SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
54 by FFADO.)
55
56 To compile this driver as a module, choose M here: the module
57 will be called snd-scs1x.
58
Takashi Sakamotob5b04332014-04-25 22:45:00 +090059config SND_FIREWORKS
60 tristate "Echo Fireworks board module support"
Takashi Sakamotobde8a8f2014-04-25 22:45:01 +090061 select SND_FIREWIRE_LIB
Takashi Sakamoto594ddce2014-04-25 22:45:12 +090062 select SND_HWDEP
Takashi Sakamotob5b04332014-04-25 22:45:00 +090063 help
64 Say Y here to include support for FireWire devices based
65 on Echo Digital Audio Fireworks board:
66 * Mackie Onyx 400F/1200F
67 * Echo AudioFire12/8(until 2009 July)
68 * Echo AudioFire2/4/Pre8/8(since 2009 July)
69 * Echo Fireworks 8/HDMI
70 * Gibson Robot Interface Pack/GoldTop
71
72 To compile this driver as a module, choose M here: the module
73 will be called snd-fireworks.
74
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090075config SND_BEBOB
76 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
77 select SND_FIREWIRE_LIB
Takashi Sakamoto618eabe2014-04-25 22:45:20 +090078 select SND_HWDEP
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090079 help
80 Say Y here to include support for FireWire devices based
81 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
82 * Edirol FA-66/FA-101
83 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
84 * BridgeCo RDAudio1/Audio5
Stefan Richter27c82882014-07-26 14:05:10 +020085 * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
86 * Mackie d.2 (FireWire Option)
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090087 * Stanton FinalScratch 2 (ScratchAmp)
88 * Tascam IF-FW/DM
89 * Behringer XENIX UFX 1204/1604
90 * Behringer Digital Mixer X32 series (X-UF Card)
91 * Apogee Rosetta 200/400 (X-FireWire card)
92 * Apogee DA/AD/DD-16X (X-FireWire card)
93 * Apogee Ensemble
Stefan Richter27c82882014-07-26 14:05:10 +020094 * ESI QuataFire 610
Takashi Sakamotofd6f4b0d2014-04-25 22:45:14 +090095 * AcousticReality eARMasterOne
96 * CME MatrixKFW
97 * Phonic Helix Board 12 MkII/18 MkII/24 MkII
98 * Phonic Helix Board 12 Universal/18 Universal/24 Universal
99 * Lynx Aurora 8/16 (LT-FW)
100 * ICON FireXon
101 * PrismSound Orpheus/ADA-8XR
Takashi Sakamoto326b9ca2014-04-25 22:45:22 +0900102 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
Stefan Richter27c82882014-07-26 14:05:10 +0200103 * TerraTec EWS MIC2/EWS MIC8
104 * TerraTec Aureon 7.1 FireWire
Takashi Sakamoto8ac98a32014-04-25 22:45:23 +0900105 * Yamaha GO44/GO46
Takashi Sakamoto25784ec2014-04-25 22:45:24 +0900106 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
Stefan Richter27c82882014-07-26 14:05:10 +0200107 * M-Audio FireWire410/AudioPhile/Solo
Takashi Sakamoto9076c222014-04-25 22:45:25 +0900108 * M-Audio Ozonic/NRV10/ProfireLightBridge
Stefan Richter27c82882014-07-26 14:05:10 +0200109 * M-Audio FireWire 1814/ProjectMix IO
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
Clemens Ladisch31ef9132011-03-15 07:53:21 +0100114endif # SND_FIREWIRE