2011-03-15 07:53:21 +01:00
menuconfig SND_FIREWIRE
bool "FireWire sound devices"
depends on FIREWIRE
default y
help
Support for IEEE-1394/FireWire/iLink sound devices.
if SND_FIREWIRE && FIREWIRE
config SND_FIREWIRE_LIB
tristate
2014-05-30 10:15:58 +02:00
select SND_PCM
select SND_RAWMIDI
2011-03-15 07:53:21 +01:00
2011-09-04 22:04:49 +02:00
config SND_DICE
2014-11-29 00:59:24 +09:00
tristate "DICE-based DACs support"
2011-09-04 22:04:49 +02:00
select SND_HWDEP
select SND_FIREWIRE_LIB
help
2013-10-15 20:26:05 +02:00
Say Y here to include support for many DACs based on the DICE
2014-11-29 00:59:24 +09:00
chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
2013-10-15 20:26:05 +02:00
At the moment, this driver supports playback only. If you
want to use devices that support capturing, use FFADO instead.
2011-09-04 22:04:49 +02:00
To compile this driver as a module, choose M here: the module
will be called snd-dice.
2011-03-15 07:53:21 +01:00
config SND_FIREWIRE_SPEAKERS
tristate "FireWire speakers"
select SND_FIREWIRE_LIB
help
Say Y here to include support for the Griffin FireWave Surround
and the LaCie FireWire Speakers.
To compile this driver as a module, choose M here: the module
will be called snd-firewire-speakers.
2011-05-11 10:44:51 +02:00
config SND_ISIGHT
2011-05-11 10:54:41 +02:00
tristate "Apple iSight microphone"
2011-05-11 10:44:51 +02:00
select SND_FIREWIRE_LIB
help
Say Y here to include support for the front and rear microphones
of the Apple iSight web camera.
To compile this driver as a module, choose M here: the module
will be called snd-isight.
2012-05-26 11:43:19 +02:00
config SND_SCS1X
tristate "Stanton Control System 1 MIDI"
select SND_FIREWIRE_LIB
help
Say Y here to include support for the MIDI ports of the Stanton
SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
by FFADO.)
To compile this driver as a module, choose M here: the module
will be called snd-scs1x.
2014-04-25 22:45:00 +09:00
config SND_FIREWORKS
tristate "Echo Fireworks board module support"
2014-04-25 22:45:01 +09:00
select SND_FIREWIRE_LIB
2014-04-25 22:45:12 +09:00
select SND_HWDEP
2014-04-25 22:45:00 +09:00
help
Say Y here to include support for FireWire devices based
on Echo Digital Audio Fireworks board:
* Mackie Onyx 400F/1200F
* Echo AudioFire12/8(until 2009 July)
* Echo AudioFire2/4/Pre8/8(since 2009 July)
* Echo Fireworks 8/HDMI
* Gibson Robot Interface Pack/GoldTop
To compile this driver as a module, choose M here: the module
will be called snd-fireworks.
2014-04-25 22:45:14 +09:00
config SND_BEBOB
tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
select SND_FIREWIRE_LIB
2014-04-25 22:45:20 +09:00
select SND_HWDEP
2014-04-25 22:45:14 +09:00
help
Say Y here to include support for FireWire devices based
on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
* Edirol FA-66/FA-101
* PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
* BridgeCo RDAudio1/Audio5
2014-07-26 14:05:10 +02:00
* Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
* Mackie d.2 (FireWire Option)
2014-04-25 22:45:14 +09:00
* Stanton FinalScratch 2 (ScratchAmp)
* Tascam IF-FW/DM
* Behringer XENIX UFX 1204/1604
* Behringer Digital Mixer X32 series (X-UF Card)
* Apogee Rosetta 200/400 (X-FireWire card)
* Apogee DA/AD/DD-16X (X-FireWire card)
* Apogee Ensemble
2014-07-26 14:05:10 +02:00
* ESI QuataFire 610
2014-04-25 22:45:14 +09:00
* AcousticReality eARMasterOne
* CME MatrixKFW
* Phonic Helix Board 12 MkII/18 MkII/24 MkII
* Phonic Helix Board 12 Universal/18 Universal/24 Universal
* Lynx Aurora 8/16 (LT-FW)
* ICON FireXon
* PrismSound Orpheus/ADA-8XR
2014-04-25 22:45:22 +09:00
* TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
2014-07-26 14:05:10 +02:00
* TerraTec EWS MIC2/EWS MIC8
* TerraTec Aureon 7.1 FireWire
2014-04-25 22:45:23 +09:00
* Yamaha GO44/GO46
2014-04-25 22:45:24 +09:00
* Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
2014-07-26 14:05:10 +02:00
* M-Audio FireWire410/AudioPhile/Solo
2014-04-25 22:45:25 +09:00
* M-Audio Ozonic/NRV10/ProfireLightBridge
2014-07-26 14:05:10 +02:00
* M-Audio FireWire 1814/ProjectMix IO
2014-04-25 22:45:14 +09:00
To compile this driver as a module, choose M here: the module
will be called snd-bebob.
2011-03-15 07:53:21 +01:00
endif # SND_FIREWIRE