Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 2 | menuconfig SND_FIREWIRE |
| 3 | bool "FireWire sound devices" |
| 4 | depends on FIREWIRE |
| 5 | default y |
| 6 | help |
| 7 | Support for IEEE-1394/FireWire/iLink sound devices. |
| 8 | |
| 9 | if SND_FIREWIRE && FIREWIRE |
| 10 | |
| 11 | config SND_FIREWIRE_LIB |
| 12 | tristate |
Takashi Iwai | 112cddc | 2014-05-30 10:15:58 +0200 | [diff] [blame] | 13 | select SND_PCM |
| 14 | select SND_RAWMIDI |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 15 | |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 16 | config SND_DICE |
Takashi Sakamoto | 60cea52 | 2014-11-29 00:59:24 +0900 | [diff] [blame] | 17 | tristate "DICE-based DACs support" |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 18 | select SND_HWDEP |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 19 | select SND_FIREWIRE_LIB |
| 20 | help |
Clemens Ladisch | b20be8d | 2013-10-15 20:26:05 +0200 | [diff] [blame] | 21 | Say Y here to include support for many DACs based on the DICE |
Takashi Sakamoto | 60cea52 | 2014-11-29 00:59:24 +0900 | [diff] [blame] | 22 | chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces. |
Clemens Ladisch | b20be8d | 2013-10-15 20:26:05 +0200 | [diff] [blame] | 23 | |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 24 | To compile this driver as a module, choose M here: the module |
| 25 | will be called snd-dice. |
| 26 | |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 27 | config SND_OXFW |
| 28 | tristate "Oxford Semiconductor FW970/971 chipset support" |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 29 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 8985f4a | 2014-12-09 00:10:49 +0900 | [diff] [blame] | 30 | select SND_HWDEP |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 31 | help |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 32 | Say Y here to include support for FireWire devices based on |
| 33 | Oxford Semiconductor FW970/971 chipset. |
| 34 | * Griffin Firewave |
| 35 | * LaCie Firewire Speakers |
Takashi Sakamoto | ec4dba5 | 2014-12-09 00:10:45 +0900 | [diff] [blame] | 36 | * Behringer F-Control Audio 202 |
| 37 | * Mackie(Loud) Onyx-i series (former models) |
Takashi Sakamoto | 03abd33a | 2017-01-03 11:36:08 +0900 | [diff] [blame] | 38 | * Mackie(Loud) Onyx 1640i (former model) |
Takashi Sakamoto | ec4dba5 | 2014-12-09 00:10:45 +0900 | [diff] [blame] | 39 | * Mackie(Loud) Onyx Satellite |
| 40 | * Mackie(Loud) Tapco Link.Firewire |
| 41 | * Mackie(Loud) d.2 pro/d.4 pro |
| 42 | * Mackie(Loud) U.420/U.420d |
Takashi Sakamoto | 94d505e | 2015-11-08 14:46:34 +0900 | [diff] [blame] | 43 | * TASCAM FireOne |
Takashi Sakamoto | 9e2004f | 2015-12-22 09:15:45 +0900 | [diff] [blame] | 44 | * Stanton Controllers & Systems 1 Deck/Mixer |
Takashi Sakamoto | fba43f4 | 2018-11-13 12:01:30 +0900 | [diff] [blame] | 45 | * APOGEE duet FireWire |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 46 | |
| 47 | To compile this driver as a module, choose M here: the module |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 48 | will be called snd-oxfw. |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 49 | |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 50 | config SND_ISIGHT |
Clemens Ladisch | 3cabffd | 2011-05-11 10:54:41 +0200 | [diff] [blame] | 51 | tristate "Apple iSight microphone" |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 52 | select SND_FIREWIRE_LIB |
| 53 | help |
| 54 | Say Y here to include support for the front and rear microphones |
| 55 | of the Apple iSight web camera. |
| 56 | |
| 57 | To compile this driver as a module, choose M here: the module |
| 58 | will be called snd-isight. |
| 59 | |
Takashi Sakamoto | b5b0433 | 2014-04-25 22:45:00 +0900 | [diff] [blame] | 60 | config SND_FIREWORKS |
| 61 | tristate "Echo Fireworks board module support" |
Takashi Sakamoto | bde8a8f | 2014-04-25 22:45:01 +0900 | [diff] [blame] | 62 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 594ddce | 2014-04-25 22:45:12 +0900 | [diff] [blame] | 63 | select SND_HWDEP |
Takashi Sakamoto | b5b0433 | 2014-04-25 22:45:00 +0900 | [diff] [blame] | 64 | help |
| 65 | Say Y here to include support for FireWire devices based |
| 66 | on Echo Digital Audio Fireworks board: |
| 67 | * Mackie Onyx 400F/1200F |
| 68 | * Echo AudioFire12/8(until 2009 July) |
| 69 | * Echo AudioFire2/4/Pre8/8(since 2009 July) |
| 70 | * Echo Fireworks 8/HDMI |
| 71 | * Gibson Robot Interface Pack/GoldTop |
| 72 | |
| 73 | To compile this driver as a module, choose M here: the module |
| 74 | will be called snd-fireworks. |
| 75 | |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 76 | config SND_BEBOB |
| 77 | tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" |
| 78 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 618eabe | 2014-04-25 22:45:20 +0900 | [diff] [blame] | 79 | select SND_HWDEP |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 80 | help |
| 81 | Say Y here to include support for FireWire devices based |
| 82 | on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware: |
| 83 | * Edirol FA-66/FA-101 |
| 84 | * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394 |
| 85 | * BridgeCo RDAudio1/Audio5 |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 86 | * Mackie Onyx 1220/1620/1640 (FireWire I/O Card) |
| 87 | * Mackie d.2 (FireWire Option) |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 88 | * Stanton FinalScratch 2 (ScratchAmp) |
| 89 | * Tascam IF-FW/DM |
| 90 | * Behringer XENIX UFX 1204/1604 |
| 91 | * Behringer Digital Mixer X32 series (X-UF Card) |
Takashi Sakamoto | cf8a471 | 2015-06-14 12:49:37 +0900 | [diff] [blame] | 92 | * Behringer FCA610/1616 |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 93 | * Apogee Rosetta 200/400 (X-FireWire card) |
| 94 | * Apogee DA/AD/DD-16X (X-FireWire card) |
| 95 | * Apogee Ensemble |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 96 | * ESI QuataFire 610 |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 97 | * AcousticReality eARMasterOne |
| 98 | * CME MatrixKFW |
| 99 | * Phonic Helix Board 12 MkII/18 MkII/24 MkII |
| 100 | * Phonic Helix Board 12 Universal/18 Universal/24 Universal |
| 101 | * Lynx Aurora 8/16 (LT-FW) |
| 102 | * ICON FireXon |
| 103 | * PrismSound Orpheus/ADA-8XR |
Takashi Sakamoto | 326b9ca | 2014-04-25 22:45:22 +0900 | [diff] [blame] | 104 | * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 105 | * TerraTec EWS MIC2/EWS MIC8 |
| 106 | * TerraTec Aureon 7.1 FireWire |
Takashi Sakamoto | 8ac98a3 | 2014-04-25 22:45:23 +0900 | [diff] [blame] | 107 | * Yamaha GO44/GO46 |
Takashi Sakamoto | 25784ec | 2014-04-25 22:45:24 +0900 | [diff] [blame] | 108 | * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 109 | * M-Audio FireWire410/AudioPhile/Solo |
Takashi Sakamoto | 9076c22 | 2014-04-25 22:45:25 +0900 | [diff] [blame] | 110 | * M-Audio Ozonic/NRV10/ProfireLightBridge |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 111 | * M-Audio FireWire 1814/ProjectMix IO |
Takashi Sakamoto | 146a5e3 | 2015-05-24 20:51:45 +0900 | [diff] [blame] | 112 | * Digidesign Mbox 2 Pro |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 113 | |
| 114 | To compile this driver as a module, choose M here: the module |
| 115 | will be called snd-bebob. |
| 116 | |
Takashi Sakamoto | 9edf723 | 2015-09-30 09:39:16 +0900 | [diff] [blame] | 117 | config SND_FIREWIRE_DIGI00X |
| 118 | tristate "Digidesign Digi 002/003 family support" |
| 119 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 660dd3d | 2015-09-30 09:39:21 +0900 | [diff] [blame] | 120 | select SND_HWDEP |
Takashi Sakamoto | 9edf723 | 2015-09-30 09:39:16 +0900 | [diff] [blame] | 121 | help |
| 122 | Say Y here to include support for Digidesign Digi 002/003 family. |
| 123 | * Digi 002 Console |
| 124 | * Digi 002 Rack |
| 125 | * Digi 003 Console |
| 126 | * Digi 003 Rack |
| 127 | * Digi 003 Rack+ |
| 128 | |
| 129 | To compile this driver as a module, choose M here: the module |
| 130 | will be called snd-firewire-digi00x. |
| 131 | |
Takashi Sakamoto | c0949b2 | 2015-10-01 22:02:11 +0900 | [diff] [blame] | 132 | config SND_FIREWIRE_TASCAM |
| 133 | tristate "TASCAM FireWire series support" |
| 134 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | e5e0c3d | 2015-10-01 22:02:17 +0900 | [diff] [blame] | 135 | select SND_HWDEP |
Takashi Sakamoto | c0949b2 | 2015-10-01 22:02:11 +0900 | [diff] [blame] | 136 | help |
| 137 | Say Y here to include support for TASCAM. |
| 138 | * FW-1884 |
| 139 | * FW-1082 |
Takashi Sakamoto | 25c0e95 | 2016-03-27 16:09:09 +0900 | [diff] [blame] | 140 | * FW-1804 |
Takashi Sakamoto | c0949b2 | 2015-10-01 22:02:11 +0900 | [diff] [blame] | 141 | |
| 142 | To compile this driver as a module, choose M here: the module |
| 143 | will be called snd-firewire-tascam. |
| 144 | |
Takashi Sakamoto | 6c3cef4 | 2017-03-22 21:30:11 +0900 | [diff] [blame] | 145 | config SND_FIREWIRE_MOTU |
| 146 | tristate "Mark of the unicorn FireWire series support" |
| 147 | select SND_FIREWIRE_LIB |
| 148 | select SND_HWDEP |
| 149 | help |
| 150 | Say Y here to enable support for FireWire devices which MOTU produced: |
Takashi Sakamoto | 949613e | 2017-03-22 21:30:26 +0900 | [diff] [blame] | 151 | * 828mk2 |
Takashi Sakamoto | e953c7e | 2018-10-12 16:08:59 +0900 | [diff] [blame] | 152 | * Traveler |
Takashi Sakamoto | 5992e30 | 2017-03-22 21:30:28 +0900 | [diff] [blame] | 153 | * 828mk3 |
Takashi Sakamoto | e953c7e | 2018-10-12 16:08:59 +0900 | [diff] [blame] | 154 | * Audio Express |
Takashi Sakamoto | 6c3cef4 | 2017-03-22 21:30:11 +0900 | [diff] [blame] | 155 | |
| 156 | To compile this driver as a module, choose M here: the module |
| 157 | will be called snd-firewire-motu. |
| 158 | |
Takashi Sakamoto | 17c4e5e | 2017-03-31 22:05:59 +0900 | [diff] [blame] | 159 | config SND_FIREFACE |
| 160 | tristate "RME Fireface series support" |
| 161 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | f656edd | 2017-03-31 22:06:11 +0900 | [diff] [blame] | 162 | select SND_HWDEP |
Takashi Sakamoto | 17c4e5e | 2017-03-31 22:05:59 +0900 | [diff] [blame] | 163 | help |
| 164 | Say Y here to include support for RME fireface series. |
Takashi Sakamoto | 76fdb3a9 | 2017-03-31 22:06:12 +0900 | [diff] [blame] | 165 | * Fireface 400 |
Takashi Sakamoto | a91f676 | 2018-12-11 19:17:35 +0900 | [diff] [blame] | 166 | * Fireface 800 |
Takashi Sakamoto | fd1cc9d | 2019-01-20 17:25:53 +0900 | [diff] [blame] | 167 | * Fireface UCX |
Takashi Sakamoto | 17c4e5e | 2017-03-31 22:05:59 +0900 | [diff] [blame] | 168 | |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 169 | endif # SND_FIREWIRE |