]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/firewire/Kconfig
ALSA: seq: Fix racy access for queue timer in proc read
[mirror_ubuntu-bionic-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 28 select SND_FIREWIRE_LIB
8985f4ac 29 select SND_HWDEP
31ef9134 30 help
8832c5a7
TS
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
ec4dba50
TS
35 * Behringer F-Control Audio 202
36 * Mackie(Loud) Onyx-i series (former models)
03abd33a 37 * Mackie(Loud) Onyx 1640i (former model)
ec4dba50
TS
38 * Mackie(Loud) Onyx Satellite
39 * Mackie(Loud) Tapco Link.Firewire
40 * Mackie(Loud) d.2 pro/d.4 pro
41 * Mackie(Loud) U.420/U.420d
94d505e9 42 * TASCAM FireOne
9e2004f9 43 * Stanton Controllers & Systems 1 Deck/Mixer
caa18194 44 * APOGEE duet FireWire
31ef9134
CL
45
46 To compile this driver as a module, choose M here: the module
8832c5a7 47 will be called snd-oxfw.
31ef9134 48
3a691b28 49config SND_ISIGHT
3cabffd7 50 tristate "Apple iSight microphone"
3a691b28
CL
51 select SND_FIREWIRE_LIB
52 help
53 Say Y here to include support for the front and rear microphones
54 of the Apple iSight web camera.
55
56 To compile this driver as a module, choose M here: the module
57 will be called snd-isight.
58
b5b04336
TS
59config SND_FIREWORKS
60 tristate "Echo Fireworks board module support"
bde8a8f2 61 select SND_FIREWIRE_LIB
594ddced 62 select SND_HWDEP
b5b04336
TS
63 help
64 Say Y here to include support for FireWire devices based
65 on Echo Digital Audio Fireworks board:
66 * Mackie Onyx 400F/1200F
67 * Echo AudioFire12/8(until 2009 July)
68 * Echo AudioFire2/4/Pre8/8(since 2009 July)
69 * Echo Fireworks 8/HDMI
70 * Gibson Robot Interface Pack/GoldTop
71
72 To compile this driver as a module, choose M here: the module
73 will be called snd-fireworks.
74
fd6f4b0d
TS
75config SND_BEBOB
76 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
77 select SND_FIREWIRE_LIB
618eabea 78 select SND_HWDEP
fd6f4b0d
TS
79 help
80 Say Y here to include support for FireWire devices based
81 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
82 * Edirol FA-66/FA-101
83 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
84 * BridgeCo RDAudio1/Audio5
27c82881
SR
85 * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
86 * Mackie d.2 (FireWire Option)
fd6f4b0d
TS
87 * Stanton FinalScratch 2 (ScratchAmp)
88 * Tascam IF-FW/DM
89 * Behringer XENIX UFX 1204/1604
90 * Behringer Digital Mixer X32 series (X-UF Card)
cf8a4719 91 * Behringer FCA610/1616
fd6f4b0d
TS
92 * Apogee Rosetta 200/400 (X-FireWire card)
93 * Apogee DA/AD/DD-16X (X-FireWire card)
94 * Apogee Ensemble
27c82881 95 * ESI QuataFire 610
fd6f4b0d
TS
96 * AcousticReality eARMasterOne
97 * CME MatrixKFW
98 * Phonic Helix Board 12 MkII/18 MkII/24 MkII
99 * Phonic Helix Board 12 Universal/18 Universal/24 Universal
100 * Lynx Aurora 8/16 (LT-FW)
101 * ICON FireXon
102 * PrismSound Orpheus/ADA-8XR
326b9cac 103 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
27c82881
SR
104 * TerraTec EWS MIC2/EWS MIC8
105 * TerraTec Aureon 7.1 FireWire
8ac98a35 106 * Yamaha GO44/GO46
25784ec2 107 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
27c82881 108 * M-Audio FireWire410/AudioPhile/Solo
9076c22d 109 * M-Audio Ozonic/NRV10/ProfireLightBridge
27c82881 110 * M-Audio FireWire 1814/ProjectMix IO
146a5e3c 111 * Digidesign Mbox 2 Pro
fd6f4b0d
TS
112
113 To compile this driver as a module, choose M here: the module
114 will be called snd-bebob.
115
9edf723f
TS
116config SND_FIREWIRE_DIGI00X
117 tristate "Digidesign Digi 002/003 family support"
118 select SND_FIREWIRE_LIB
660dd3d5 119 select SND_HWDEP
9edf723f
TS
120 help
121 Say Y here to include support for Digidesign Digi 002/003 family.
122 * Digi 002 Console
123 * Digi 002 Rack
124 * Digi 003 Console
125 * Digi 003 Rack
126 * Digi 003 Rack+
127
128 To compile this driver as a module, choose M here: the module
129 will be called snd-firewire-digi00x.
130
c0949b27
TS
131config SND_FIREWIRE_TASCAM
132 tristate "TASCAM FireWire series support"
133 select SND_FIREWIRE_LIB
e5e0c3dd 134 select SND_HWDEP
c0949b27
TS
135 help
136 Say Y here to include support for TASCAM.
137 * FW-1884
138 * FW-1082
25c0e953 139 * FW-1804
c0949b27
TS
140
141 To compile this driver as a module, choose M here: the module
142 will be called snd-firewire-tascam.
143
6c3cef48
TS
144config SND_FIREWIRE_MOTU
145 tristate "Mark of the unicorn FireWire series support"
146 select SND_FIREWIRE_LIB
147 select SND_HWDEP
148 help
149 Say Y here to enable support for FireWire devices which MOTU produced:
949613e3 150 * 828mk2
5992e300 151 * 828mk3
6c3cef48
TS
152
153 To compile this driver as a module, choose M here: the module
154 will be called snd-firewire-motu.
155
17c4e5ea
TS
156config SND_FIREFACE
157 tristate "RME Fireface series support"
158 select SND_FIREWIRE_LIB
f656edd5 159 select SND_HWDEP
17c4e5ea
TS
160 help
161 Say Y here to include support for RME fireface series.
76fdb3a9 162 * Fireface 400
17c4e5ea 163
31ef9134 164endif # SND_FIREWIRE