Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 1 | menuconfig 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 | |
| 8 | if SND_FIREWIRE && FIREWIRE |
| 9 | |
| 10 | config SND_FIREWIRE_LIB |
| 11 | tristate |
Takashi Iwai | 112cddc | 2014-05-30 10:15:58 +0200 | [diff] [blame] | 12 | select SND_PCM |
| 13 | select SND_RAWMIDI |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 14 | |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 15 | config SND_DICE |
Takashi Sakamoto | 60cea52 | 2014-11-29 00:59:24 +0900 | [diff] [blame] | 16 | tristate "DICE-based DACs support" |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 17 | select SND_HWDEP |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 18 | select SND_FIREWIRE_LIB |
| 19 | help |
Clemens Ladisch | b20be8d | 2013-10-15 20:26:05 +0200 | [diff] [blame] | 20 | 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] | 21 | chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces. |
Clemens Ladisch | b20be8d | 2013-10-15 20:26:05 +0200 | [diff] [blame] | 22 | |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame] | 23 | To compile this driver as a module, choose M here: the module |
| 24 | will be called snd-dice. |
| 25 | |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 26 | config SND_OXFW |
| 27 | tristate "Oxford Semiconductor FW970/971 chipset support" |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 28 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 8985f4a | 2014-12-09 00:10:49 +0900 | [diff] [blame] | 29 | select SND_HWDEP |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 30 | help |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 31 | 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 Sakamoto | ec4dba5 | 2014-12-09 00:10:45 +0900 | [diff] [blame] | 35 | * 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 Sakamoto | 94d505e | 2015-11-08 14:46:34 +0900 | [diff] [blame] | 41 | * TASCAM FireOne |
Takashi Sakamoto | 9e2004f | 2015-12-22 09:15:45 +0900 | [diff] [blame] | 42 | * Stanton Controllers & Systems 1 Deck/Mixer |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 43 | |
| 44 | To compile this driver as a module, choose M here: the module |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 45 | will be called snd-oxfw. |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 46 | |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 47 | config SND_ISIGHT |
Clemens Ladisch | 3cabffd | 2011-05-11 10:54:41 +0200 | [diff] [blame] | 48 | tristate "Apple iSight microphone" |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 49 | 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 Sakamoto | b5b0433 | 2014-04-25 22:45:00 +0900 | [diff] [blame] | 57 | config SND_FIREWORKS |
| 58 | tristate "Echo Fireworks board module support" |
Takashi Sakamoto | bde8a8f | 2014-04-25 22:45:01 +0900 | [diff] [blame] | 59 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 594ddce | 2014-04-25 22:45:12 +0900 | [diff] [blame] | 60 | select SND_HWDEP |
Takashi Sakamoto | b5b0433 | 2014-04-25 22:45:00 +0900 | [diff] [blame] | 61 | 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 Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 73 | config SND_BEBOB |
| 74 | tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" |
| 75 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 618eabe | 2014-04-25 22:45:20 +0900 | [diff] [blame] | 76 | select SND_HWDEP |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 77 | 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 Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 83 | * Mackie Onyx 1220/1620/1640 (FireWire I/O Card) |
| 84 | * Mackie d.2 (FireWire Option) |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 85 | * 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 Sakamoto | cf8a471 | 2015-06-14 12:49:37 +0900 | [diff] [blame] | 89 | * Behringer FCA610/1616 |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 90 | * Apogee Rosetta 200/400 (X-FireWire card) |
| 91 | * Apogee DA/AD/DD-16X (X-FireWire card) |
| 92 | * Apogee Ensemble |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 93 | * ESI QuataFire 610 |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 94 | * 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 Sakamoto | 326b9ca | 2014-04-25 22:45:22 +0900 | [diff] [blame] | 101 | * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 102 | * TerraTec EWS MIC2/EWS MIC8 |
| 103 | * TerraTec Aureon 7.1 FireWire |
Takashi Sakamoto | 8ac98a3 | 2014-04-25 22:45:23 +0900 | [diff] [blame] | 104 | * Yamaha GO44/GO46 |
Takashi Sakamoto | 25784ec | 2014-04-25 22:45:24 +0900 | [diff] [blame] | 105 | * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 106 | * M-Audio FireWire410/AudioPhile/Solo |
Takashi Sakamoto | 9076c22 | 2014-04-25 22:45:25 +0900 | [diff] [blame] | 107 | * M-Audio Ozonic/NRV10/ProfireLightBridge |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 108 | * M-Audio FireWire 1814/ProjectMix IO |
Takashi Sakamoto | 146a5e3 | 2015-05-24 20:51:45 +0900 | [diff] [blame] | 109 | * Digidesign Mbox 2 Pro |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 110 | |
| 111 | To compile this driver as a module, choose M here: the module |
| 112 | will be called snd-bebob. |
| 113 | |
Takashi Sakamoto | 9edf723 | 2015-09-30 09:39:16 +0900 | [diff] [blame] | 114 | config SND_FIREWIRE_DIGI00X |
| 115 | tristate "Digidesign Digi 002/003 family support" |
| 116 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 660dd3d | 2015-09-30 09:39:21 +0900 | [diff] [blame] | 117 | select SND_HWDEP |
Takashi Sakamoto | 9edf723 | 2015-09-30 09:39:16 +0900 | [diff] [blame] | 118 | 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 Sakamoto | c0949b2 | 2015-10-01 22:02:11 +0900 | [diff] [blame] | 129 | config SND_FIREWIRE_TASCAM |
| 130 | tristate "TASCAM FireWire series support" |
| 131 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | e5e0c3d | 2015-10-01 22:02:17 +0900 | [diff] [blame] | 132 | select SND_HWDEP |
Takashi Sakamoto | c0949b2 | 2015-10-01 22:02:11 +0900 | [diff] [blame] | 133 | help |
| 134 | Say Y here to include support for TASCAM. |
| 135 | * FW-1884 |
| 136 | * FW-1082 |
Takashi Sakamoto | 25c0e95 | 2016-03-27 16:09:09 +0900 | [diff] [blame^] | 137 | * FW-1804 |
Takashi Sakamoto | c0949b2 | 2015-10-01 22:02:11 +0900 | [diff] [blame] | 138 | |
| 139 | To compile this driver as a module, choose M here: the module |
| 140 | will be called snd-firewire-tascam. |
| 141 | |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 142 | endif # SND_FIREWIRE |