]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - sound/firewire/Kconfig
ALSA: oxfw: Add support for capture/playback MIDI messages
[mirror_ubuntu-artful-kernel.git] / sound / firewire / Kconfig
CommitLineData
31ef9134
CL
1menuconfig 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
112cddca
TI
12 select SND_PCM
13 select SND_RAWMIDI
31ef9134 14
82fbb4f7 15config SND_DICE
60cea522 16 tristate "DICE-based DACs support"
82fbb4f7 17 select SND_HWDEP
82fbb4f7
CL
18 select SND_FIREWIRE_LIB
19 help
b20be8de 20 Say Y here to include support for many DACs based on the DICE
60cea522 21 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
b20be8de 22
82fbb4f7
CL
23 To compile this driver as a module, choose M here: the module
24 will be called snd-dice.
25
8832c5a7
TS
26config SND_OXFW
27 tristate "Oxford Semiconductor FW970/971 chipset support"
31ef9134
CL
28 select SND_FIREWIRE_LIB
29 help
8832c5a7
TS
30 Say Y here to include support for FireWire devices based on
31 Oxford Semiconductor FW970/971 chipset.
32 * Griffin Firewave
33 * LaCie Firewire Speakers
ec4dba50
TS
34 * Behringer F-Control Audio 202
35 * Mackie(Loud) Onyx-i series (former models)
36 * Mackie(Loud) Onyx Satellite
37 * Mackie(Loud) Tapco Link.Firewire
38 * Mackie(Loud) d.2 pro/d.4 pro
39 * Mackie(Loud) U.420/U.420d
31ef9134
CL
40
41 To compile this driver as a module, choose M here: the module
8832c5a7 42 will be called snd-oxfw.
31ef9134 43
3a691b28 44config SND_ISIGHT
3cabffd7 45 tristate "Apple iSight microphone"
3a691b28
CL
46 select SND_FIREWIRE_LIB
47 help
48 Say Y here to include support for the front and rear microphones
49 of the Apple iSight web camera.
50
51 To compile this driver as a module, choose M here: the module
52 will be called snd-isight.
53
1999c3a0
CL
54config SND_SCS1X
55 tristate "Stanton Control System 1 MIDI"
1999c3a0
CL
56 select SND_FIREWIRE_LIB
57 help
58 Say Y here to include support for the MIDI ports of the Stanton
59 SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
60 by FFADO.)
61
62 To compile this driver as a module, choose M here: the module
63 will be called snd-scs1x.
64
b5b04336
TS
65config SND_FIREWORKS
66 tristate "Echo Fireworks board module support"
bde8a8f2 67 select SND_FIREWIRE_LIB
594ddced 68 select SND_HWDEP
b5b04336
TS
69 help
70 Say Y here to include support for FireWire devices based
71 on Echo Digital Audio Fireworks board:
72 * Mackie Onyx 400F/1200F
73 * Echo AudioFire12/8(until 2009 July)
74 * Echo AudioFire2/4/Pre8/8(since 2009 July)
75 * Echo Fireworks 8/HDMI
76 * Gibson Robot Interface Pack/GoldTop
77
78 To compile this driver as a module, choose M here: the module
79 will be called snd-fireworks.
80
fd6f4b0d
TS
81config SND_BEBOB
82 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
83 select SND_FIREWIRE_LIB
618eabea 84 select SND_HWDEP
fd6f4b0d
TS
85 help
86 Say Y here to include support for FireWire devices based
87 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
88 * Edirol FA-66/FA-101
89 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
90 * BridgeCo RDAudio1/Audio5
27c82881
SR
91 * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
92 * Mackie d.2 (FireWire Option)
fd6f4b0d
TS
93 * Stanton FinalScratch 2 (ScratchAmp)
94 * Tascam IF-FW/DM
95 * Behringer XENIX UFX 1204/1604
96 * Behringer Digital Mixer X32 series (X-UF Card)
97 * Apogee Rosetta 200/400 (X-FireWire card)
98 * Apogee DA/AD/DD-16X (X-FireWire card)
99 * Apogee Ensemble
27c82881 100 * ESI QuataFire 610
fd6f4b0d
TS
101 * AcousticReality eARMasterOne
102 * CME MatrixKFW
103 * Phonic Helix Board 12 MkII/18 MkII/24 MkII
104 * Phonic Helix Board 12 Universal/18 Universal/24 Universal
105 * Lynx Aurora 8/16 (LT-FW)
106 * ICON FireXon
107 * PrismSound Orpheus/ADA-8XR
326b9cac 108 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
27c82881
SR
109 * TerraTec EWS MIC2/EWS MIC8
110 * TerraTec Aureon 7.1 FireWire
8ac98a35 111 * Yamaha GO44/GO46
25784ec2 112 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
27c82881 113 * M-Audio FireWire410/AudioPhile/Solo
9076c22d 114 * M-Audio Ozonic/NRV10/ProfireLightBridge
27c82881 115 * M-Audio FireWire 1814/ProjectMix IO
fd6f4b0d
TS
116
117 To compile this driver as a module, choose M here: the module
118 will be called snd-bebob.
119
31ef9134 120endif # SND_FIREWIRE