xref: /openbmc/linux/sound/firewire/Kconfig (revision 9bb94643)
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
12	select SND_PCM
13	select SND_RAWMIDI
14
15config SND_DICE
16	tristate "DICE-based DACs support"
17	select SND_HWDEP
18	select SND_FIREWIRE_LIB
19	help
20	  Say Y here to include support for many DACs based on the DICE
21	  chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
22
23	  To compile this driver as a module, choose M here: the module
24	  will be called snd-dice.
25
26config SND_OXFW
27	tristate "Oxford Semiconductor FW970/971 chipset support"
28	select SND_FIREWIRE_LIB
29	select SND_HWDEP
30	help
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
35	   * Behringer F-Control Audio 202
36	   * Mackie(Loud) Onyx-i series (former models)
37	   * Mackie(Loud) Onyx 1640i (former model)
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
42	   * TASCAM FireOne
43	   * Stanton Controllers & Systems 1 Deck/Mixer
44	   * APOGEE duet FireWire
45
46	  To compile this driver as a module, choose M here: the module
47	  will be called snd-oxfw.
48
49config SND_ISIGHT
50	tristate "Apple iSight microphone"
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
59config SND_FIREWORKS
60	tristate "Echo Fireworks board module support"
61	select SND_FIREWIRE_LIB
62	select SND_HWDEP
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
75config SND_BEBOB
76	tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
77	select SND_FIREWIRE_LIB
78	select SND_HWDEP
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
85	  * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
86	  * Mackie d.2 (FireWire Option)
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)
91	  * Behringer FCA610/1616
92	  * Apogee Rosetta 200/400 (X-FireWire card)
93	  * Apogee DA/AD/DD-16X (X-FireWire card)
94	  * Apogee Ensemble
95	  * ESI QuataFire 610
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
103	  * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
104	  * TerraTec EWS MIC2/EWS MIC8
105	  * TerraTec Aureon 7.1 FireWire
106	  * Yamaha GO44/GO46
107	  * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
108	  * M-Audio FireWire410/AudioPhile/Solo
109	  * M-Audio Ozonic/NRV10/ProfireLightBridge
110	  * M-Audio FireWire 1814/ProjectMix IO
111	  * Digidesign Mbox 2 Pro
112
113          To compile this driver as a module, choose M here: the module
114          will be called snd-bebob.
115
116config SND_FIREWIRE_DIGI00X
117	tristate "Digidesign Digi 002/003 family support"
118	select SND_FIREWIRE_LIB
119	select SND_HWDEP
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
131config SND_FIREWIRE_TASCAM
132	tristate "TASCAM FireWire series support"
133	select SND_FIREWIRE_LIB
134	select SND_HWDEP
135	help
136	 Say Y here to include support for TASCAM.
137	  * FW-1884
138	  * FW-1082
139	  * FW-1804
140
141	 To compile this driver as a module, choose M here: the module
142	 will be called snd-firewire-tascam.
143
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:
150	  * 828mk2
151	  * Traveler
152	  * 828mk3
153	  * Audio Express
154
155	 To compile this driver as a module, choose M here: the module
156	 will be called snd-firewire-motu.
157
158config SND_FIREFACE
159	tristate "RME Fireface series support"
160	select SND_FIREWIRE_LIB
161	select SND_HWDEP
162	help
163	 Say Y here to include support for RME fireface series.
164	  * Fireface 400
165	  * Fireface 800
166	  * Fireface UCX
167
168endif # SND_FIREWIRE
169