xref: /linux/sound/firewire/Kconfig (revision 69dcf3e47a39f8f42e35245289691ca8321b46f1)
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	help
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
34
35	  To compile this driver as a module, choose M here: the module
36	  will be called snd-oxfw.
37
38config SND_ISIGHT
39	tristate "Apple iSight microphone"
40	select SND_FIREWIRE_LIB
41	help
42	  Say Y here to include support for the front and rear microphones
43	  of the Apple iSight web camera.
44
45	  To compile this driver as a module, choose M here: the module
46	  will be called snd-isight.
47
48config SND_SCS1X
49	tristate "Stanton Control System 1 MIDI"
50	select SND_FIREWIRE_LIB
51	help
52	  Say Y here to include support for the MIDI ports of the Stanton
53	  SCS.1d/SCS.1m DJ controllers.  (SCS.1m audio is still handled
54	  by FFADO.)
55
56	  To compile this driver as a module, choose M here: the module
57	  will be called snd-scs1x.
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	  * Apogee Rosetta 200/400 (X-FireWire card)
92	  * Apogee DA/AD/DD-16X (X-FireWire card)
93	  * Apogee Ensemble
94	  * ESI QuataFire 610
95	  * AcousticReality eARMasterOne
96	  * CME MatrixKFW
97	  * Phonic Helix Board 12 MkII/18 MkII/24 MkII
98	  * Phonic Helix Board 12 Universal/18 Universal/24 Universal
99	  * Lynx Aurora 8/16 (LT-FW)
100	  * ICON FireXon
101	  * PrismSound Orpheus/ADA-8XR
102	  * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
103	  * TerraTec EWS MIC2/EWS MIC8
104	  * TerraTec Aureon 7.1 FireWire
105	  * Yamaha GO44/GO46
106	  * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
107	  * M-Audio FireWire410/AudioPhile/Solo
108	  * M-Audio Ozonic/NRV10/ProfireLightBridge
109	  * M-Audio FireWire 1814/ProjectMix IO
110
111          To compile this driver as a module, choose M here: the module
112          will be called snd-bebob.
113
114endif # SND_FIREWIRE
115