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 |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 41 | |
| 42 | To compile this driver as a module, choose M here: the module |
Takashi Sakamoto | 8832c5a | 2014-11-29 00:59:25 +0900 | [diff] [blame] | 43 | will be called snd-oxfw. |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 44 | |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 45 | config SND_ISIGHT |
Clemens Ladisch | 3cabffd | 2011-05-11 10:54:41 +0200 | [diff] [blame] | 46 | tristate "Apple iSight microphone" |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 47 | select SND_FIREWIRE_LIB |
| 48 | help |
| 49 | Say Y here to include support for the front and rear microphones |
| 50 | of the Apple iSight web camera. |
| 51 | |
| 52 | To compile this driver as a module, choose M here: the module |
| 53 | will be called snd-isight. |
| 54 | |
Clemens Ladisch | 1999c3a | 2012-05-26 11:43:19 +0200 | [diff] [blame] | 55 | config SND_SCS1X |
| 56 | tristate "Stanton Control System 1 MIDI" |
Clemens Ladisch | 1999c3a | 2012-05-26 11:43:19 +0200 | [diff] [blame] | 57 | select SND_FIREWIRE_LIB |
| 58 | help |
| 59 | Say Y here to include support for the MIDI ports of the Stanton |
| 60 | SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled |
| 61 | by FFADO.) |
| 62 | |
| 63 | To compile this driver as a module, choose M here: the module |
| 64 | will be called snd-scs1x. |
| 65 | |
Takashi Sakamoto | b5b0433 | 2014-04-25 22:45:00 +0900 | [diff] [blame] | 66 | config SND_FIREWORKS |
| 67 | tristate "Echo Fireworks board module support" |
Takashi Sakamoto | bde8a8f | 2014-04-25 22:45:01 +0900 | [diff] [blame] | 68 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 594ddce | 2014-04-25 22:45:12 +0900 | [diff] [blame] | 69 | select SND_HWDEP |
Takashi Sakamoto | b5b0433 | 2014-04-25 22:45:00 +0900 | [diff] [blame] | 70 | help |
| 71 | Say Y here to include support for FireWire devices based |
| 72 | on Echo Digital Audio Fireworks board: |
| 73 | * Mackie Onyx 400F/1200F |
| 74 | * Echo AudioFire12/8(until 2009 July) |
| 75 | * Echo AudioFire2/4/Pre8/8(since 2009 July) |
| 76 | * Echo Fireworks 8/HDMI |
| 77 | * Gibson Robot Interface Pack/GoldTop |
| 78 | |
| 79 | To compile this driver as a module, choose M here: the module |
| 80 | will be called snd-fireworks. |
| 81 | |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 82 | config SND_BEBOB |
| 83 | tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" |
| 84 | select SND_FIREWIRE_LIB |
Takashi Sakamoto | 618eabe | 2014-04-25 22:45:20 +0900 | [diff] [blame] | 85 | select SND_HWDEP |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 86 | help |
| 87 | Say Y here to include support for FireWire devices based |
| 88 | on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware: |
| 89 | * Edirol FA-66/FA-101 |
| 90 | * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394 |
| 91 | * BridgeCo RDAudio1/Audio5 |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 92 | * Mackie Onyx 1220/1620/1640 (FireWire I/O Card) |
| 93 | * Mackie d.2 (FireWire Option) |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 94 | * Stanton FinalScratch 2 (ScratchAmp) |
| 95 | * Tascam IF-FW/DM |
| 96 | * Behringer XENIX UFX 1204/1604 |
| 97 | * Behringer Digital Mixer X32 series (X-UF Card) |
Takashi Sakamoto | cf8a471 | 2015-06-14 12:49:37 +0900 | [diff] [blame] | 98 | * Behringer FCA610/1616 |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 99 | * Apogee Rosetta 200/400 (X-FireWire card) |
| 100 | * Apogee DA/AD/DD-16X (X-FireWire card) |
| 101 | * Apogee Ensemble |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 102 | * ESI QuataFire 610 |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 103 | * AcousticReality eARMasterOne |
| 104 | * CME MatrixKFW |
| 105 | * Phonic Helix Board 12 MkII/18 MkII/24 MkII |
| 106 | * Phonic Helix Board 12 Universal/18 Universal/24 Universal |
| 107 | * Lynx Aurora 8/16 (LT-FW) |
| 108 | * ICON FireXon |
| 109 | * PrismSound Orpheus/ADA-8XR |
Takashi Sakamoto | 326b9ca | 2014-04-25 22:45:22 +0900 | [diff] [blame] | 110 | * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 111 | * TerraTec EWS MIC2/EWS MIC8 |
| 112 | * TerraTec Aureon 7.1 FireWire |
Takashi Sakamoto | 8ac98a3 | 2014-04-25 22:45:23 +0900 | [diff] [blame] | 113 | * Yamaha GO44/GO46 |
Takashi Sakamoto | 25784ec | 2014-04-25 22:45:24 +0900 | [diff] [blame] | 114 | * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 115 | * M-Audio FireWire410/AudioPhile/Solo |
Takashi Sakamoto | 9076c22 | 2014-04-25 22:45:25 +0900 | [diff] [blame] | 116 | * M-Audio Ozonic/NRV10/ProfireLightBridge |
Stefan Richter | 27c8288 | 2014-07-26 14:05:10 +0200 | [diff] [blame] | 117 | * M-Audio FireWire 1814/ProjectMix IO |
Takashi Sakamoto | 146a5e3 | 2015-05-24 20:51:45 +0900 | [diff] [blame] | 118 | * Digidesign Mbox 2 Pro |
Takashi Sakamoto | fd6f4b0d | 2014-04-25 22:45:14 +0900 | [diff] [blame] | 119 | |
| 120 | To compile this driver as a module, choose M here: the module |
| 121 | will be called snd-bebob. |
| 122 | |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 123 | endif # SND_FIREWIRE |